RGBToCMY Function
ImagingColors

Converts RGB color to CMY.

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

ImagingColors (at line 54)

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