RGBToCMYK Function
ImagingColors

Converts RGB color to CMYK.

Pascal
procedure RGBToCMYK(R: Byte; 
                    G: Byte; 
                    B: Byte; 
                    var C: Byte; 
                    var M: Byte; 
                    var Y: Byte; 
                    var K: Byte);
File

ImagingColors (at line 63)

Related Information
You are here: Symbol Reference > Functions > RGBToCMYK Function