CMYKToRGB Function
ImagingColors

Converts CMYK to RGB color.

Pascal
procedure CMYKToRGB(C: Byte; 
                    M: Byte; 
                    Y: Byte; 
                    K: Byte; 
                    var R: Byte; 
                    var G: Byte; 
                    var B: Byte);
File

ImagingColors (at line 65)

Related Information
You are here: Symbol Reference > Functions > CMYKToRGB Function