YUVToRGB
This function is obsolete and has been replaced in with the ColorSpace
command.
Function
This function converts the channels in standard Pal YUV (Luminance, Chroma1,
Chroma2) to RGB (Red, Green, Blue). Any operations done in this space
will be applied to RGB rather than YUV. See RGBToHSV
for examples.
Synopsis
image YUVToRGB( image );
Script
image = YUVToRGB( image );
Command Line
shake -yuvtorgb
See Also
ColorSpace
|