following up on my first question ( C# convert RGB value to CMYK using an ICC profile? )
I would like to know if/how it is possible to generate RGB values only that have a direct equivalent in CMYK?
Kind of like the old gif format that only has a palette of 256 colors, is it possible to generate RGB values constrained by a palette (the CMYK one here)?
Thanks
The answer for this question is similar to the answer for C# convert RGB value to CMYK using an ICC profile?:
I don’t know of any C# API or library that can achieve this. However, if you have enough C/C++ knowledge to build a wrapper for C#, I see two options:
Both systems offer APIs to check whether a color can be presented in the other color space.