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