BranBrandon Posted August 10, 2021 Posted August 10, 2021 I was playing around in a CMYK document when I tried to apply a checkered effect using the procedural texture live filter and none of the presets were there. Converted the document to RGB/8 and it worked like normal. Quote
David in Яuislip Posted August 11, 2021 Posted August 11, 2021 It works but there are no presets so you'll have to roll your own. Here I've just copied the formula from the RGB choices as an example var v=floor(vec2(x,y)*(a/h)); sign(noise(v)-(1-(v.y/a))) BranBrandon and Dan C 2 Quote Microsoft Windows 11 Home, Intel i7-1360P 2.20 GHz, 32 GB RAM, 1TB SSD, Intel Iris Xe Affinity Photo - 24/05/20, Affinity Publisher - 06/12/20, KTM Superduke - 27/09/10
Dan C Posted August 11, 2021 Posted August 11, 2021 13 hours ago, BranBrandon said: I was playing around in a CMYK document when I tried to apply a checkered effect using the procedural texture live filter and none of the presets were there. I can confirm that this is expected behaviour, as the Procedural Texture presets are saved based on the Colour Format in use - which is why the RGB presets can't be seen in a CMYK document. As David has shown above, it's certainly still possible to achieve this effect in a CMYK document manually, I hope this helps BranBrandon 1 Quote
BranBrandon Posted August 11, 2021 Author Posted August 11, 2021 Thank you both! I ran into @RevTim's tutorials shortly after posting this and figured out how to use the procedural texture properly on desktop 13 hours ago, David in Яuislip said: It works but there are no presets so you'll have to roll your own. Here I've just copied the formula from the RGB choices as an example var v=floor(vec2(x,y)*(a/h)); sign(noise(v)-(1-(v.y/a))) 10 hours ago, Dan C said: I can confirm that this is expected behaviour, as the Procedural Texture presets are saved based on the Colour Format in use - which is why the RGB presets can't be seen in a CMYK document. As David has shown above, it's certainly still possible to achieve this effect in a CMYK document manually, I hope this helps Dan C 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.