RGBToYUV Function
ImagingColors

Converts RGB color to YUV.

Pascal
procedure RGBToYUV(R: Byte; 
                   G: Byte; 
                   B: Byte; 
                   var Y: Byte; 
                   var U: Byte; 
                   var V: Byte);
File

ImagingColors (at line 40)

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