YUVToRGB Function
ImagingColors

Converts YIV to RGB color.

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

ImagingColors (at line 42)

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