RGBToCMY

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

Function
This function converts the channels in RGB (Red, Green, Blue) to CMY (Cyan, Magenta, Yellow). Any operations done in this space will be applied to CMY rather than RGB. See RGBToHSV for examples.

Synopsis

image RGBToCMY( image );

Script

image = RGBToCMY( image );

Command Line

shake -rgbtocmy

See Also
ColorSpace