HLSToRGB
This function is obsolete and has been replaced in with the ColorSpace
command.
Function
This function converts the channels in HLS (Hue, Luminance, Saturation)
color space to RGB (Red, Green, Blue). Used on input images in that color
space, or after an image has been converted there with RGBToHLS.
See RGBToHSV for
an example.
Synopsis
image HLSToRGB( image );
Script
image = HLSToRGB( image );
Command Line
shake -hlstorgb
See Also
ColorSpace
|