RGBToYCbCr Function
ImagingColors

Converts RGB color to YCbCr as used in JPEG.

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

ImagingColors (at line 45)

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