convert rgb to cmyk

hi everyone!

i need to mix some colors like in real world (for example r+g+b will be brown, not white).

so i suppose i need a script to convert rgb to cmyk.

any suggestion?

Thats a fair question. I dont know why the hell somebody downvoted you! Ill fix that with an upvote

Probably downvoted as not being Unity-specific and easy to google, as in: http://lmgtfy.com/?q=convert+rgb+to+cmyk. But still not a bad question.

think it's obvious i've passed hours searching on google. thanks

i've already passe hours on google looking for it. thanks i'm looking for you for i need a specific help.

That's still additive color, not subtractive.

1 Answer

1

It’s not exactly a script, but I am pretty sure this is the math you need for it: RGB to CMYK conversion | color conversion

Thank you so much :)) it's very helpful!!