RGBToHLS

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 HLS (Hue, Luminance, Saturation). Any operations done in this space will be applied to HLS rather than RGB. See RGBToHSV for examples.

Synopsis

image RGBToHLS( image );

Script

image = RGBToHLS( image );

Command Line

shake -rgbtohls

See Also
ColorSpace