Jump to content

Recommended Posts

Posted

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. 

Posted

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)))

ProcTexCMYK.png

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

Posted
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 :)

Posted

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 :D 

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)))

ProcTexCMYK.png

 

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 :)

 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.