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