CMYToRGB

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

Function
This function converts the channels in CMY (Cyan, Magenta, Yellow) color space to RGB (Red, Green, Blue). Used on input images in that color space, or after an image has been converted there with RGBToCMY.

Synopsis

image CMYToRGB( image );

Script

image = CMYToRGB( image );

Command Line

shake -cmytorgb

See Also
ColorSpace