Function Reference
— Function File: hsv_map = rgb2hsv (rgb_map)

Transform a colormap or image from the rgb space to the hsv space.

A color n the RGB space consists of the red, green and blue intensities.

In the HSV space each color is represented by their hue, saturation and value (brightness). Value gives the amount of light in the color. Hue describes the dominant wavelength. Saturation is the amount of Hue mixed into the color.

See also: hsv2rgb