Converts RGB color to CMY.
procedure RGBToCMY(R: Byte; G: Byte; B: Byte; var C: Byte; var M: Byte; var Y: Byte);
ImagingColors (at line 54)