Navigation

Operators and Keywords

Function List:

C++ API

Function File: rgb_map = hsv2rgb (hsv_map)
Function File: rgb_img = hsv2rgb (hsv_img)

Transform a colormap or image from hue-saturation-value (HSV) space to red-green-blue (RGB) space.

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

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

See also: rgb2hsv, ind2rgb, ntsc2rgb.

Package: octave