indesign plug-in develop,how to conver rgb to cmyk?
In InDesign plugin development, I want to perform color conversions, such as converting colors from RGB, HSB, and other color spaces to the CMYK color space. I found that the SDK provides the IColorConverter interface that can accomplish this functionality, but I haven’t figured out how to use it or how to obtain a pointer to the interface object. However, the SDK documentation and sample code do not provide any guidance or examples on this topic. Does anyone have sample code related to this?
