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