Converts RGB color to YUV.
procedure RGBToYUV(R: Byte; G: Byte; B: Byte; var Y: Byte; var U: Byte; var V: Byte);
ImagingColors (at line 40)