YCbCrToRGB Function
ImagingColors

Converts YCbCr as used in JPEG to RGB color.

Pascal
procedure YCbCrToRGB(Y: Byte; 
                     Cb: Byte; 
                     Cr: Byte; 
                     var R: Byte; 
                     var G: Byte; 
                     var B: Byte);
File

ImagingColors (at line 47)

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