Converts YCoCg to RGB color.
procedure YCoCgToRGB(Y: Byte; Co: Byte; Cg: Byte; var R: Byte; var G: Byte; var B: Byte);
ImagingColors (at line 74)