Converts YIV to RGB color.
procedure YUVToRGB(Y: Byte; U: Byte; V: Byte; var R: Byte; var G: Byte; var B: Byte);
ImagingColors (at line 42)