Converts RGB color to CMYK.
procedure RGBToCMYK(R: Byte;
G: Byte;
B: Byte;
var C: Byte;
var M: Byte;
var Y: Byte;
var K: Byte);ImagingColors (at line 63)