Image Processing Toolbox    

Colormap and Color Space Functions

Colormap Manipulation
brighten
Brighten or darken colormap. (This is a MATLAB function.)
cmpermute
Rearrange colors in colormap
cmunique
Find unique colormap colors and corresponding image
colormap
Set or get color lookup table. (This is a MATLAB function.)
imapprox
Approximate indexed image by one with fewer colors
rgbplot
Plot RGB colormap components. (This is a MATLAB function.)

Color Space Conversions
hsv2rgb
Convert HSV values to RGB color space. (This is a MATLAB function.)
ntsc2rgb
Convert NTSC values to RGB color space
rgb2hsv
Convert RGB values to HSV color space. (This is a MATLAB function.)
rgb2ntsc
Convert RGB values to NTSC color space
rgb2ycbcr
Convert RGB values to YCbCr color space
ycbcr2rgb
Convert YCbCr values to RGB color space


  Region-Based, Neighborhood, and Block Processing Miscellaneous Functions