YIQToRGB

This function is obsolete and has been replaced in with the ColorSpace command.

Function
This function converts the channels in standard Ntsc YIQ (Luminance, Chroma1, Chroma2) to RGB (Red, Green, Blue). Any operations done in this space will be applied to RGB rather than YIQ. See RGBToHSV for examples.

Synopsis

image YIQToRGB( image );

Script

image = YIQToRGB( image );

Command Line

shake -yiqtorgb

See Also
ColorSpace