Converts YCbCr as used in JPEG to RGB color.
procedure YCbCrToRGB(Y: Byte; Cb: Byte; Cr: Byte; var R: Byte; var G: Byte; var B: Byte);
ImagingColors (at line 47)