RGBToYCoCg Function
ImagingColors

Converts RGB color to YCoCg.

Pascal
procedure RGBToYCoCg(R: Byte; 
                     G: Byte; 
                     B: Byte; 
                     var Y: Byte; 
                     var Co: Byte; 
                     var Cg: Byte);
File

ImagingColors (at line 72)

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