YCbCrToRGB16 Function
ImagingColors

Converts YCbCr as used in JPEG to RGB color.

Pascal
procedure YCbCrToRGB16(Y: Word; 
                       Cb: Word; 
                       Cr: Word; 
                       var R: Word; 
                       var G: Word; 
                       var B: Word);
File

ImagingColors (at line 51)

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