<< hsv2ntsc SIP - Scilab Image Processing Toolbox rot_matrix2quaternion >>

SIP - Scilab Image Processing Toolbox >> SIP - Scilab Image Processing Toolbox > rgbplot

rgbplot

displays the three components (red, green and blue) of a colormap

Calling Sequence

rgbplot(colormap)

Parameters

colormap
a correct colormap.

Description

rgbplot helps visualise a colormap.

Examples

map1=sip_colormap('bluered');      // creates a 256 colormap
rgbplot(map1);
//have another try with:
map2=sip_colormap('bluegreenred'); 
rgbplot(map2);

Authors

Availability

The latest version of the Scilab Image Processing toolbox can be found at

http://siptoolbox.sourceforge.net

See Also


<< hsv2ntsc SIP - Scilab Image Processing Toolbox rot_matrix2quaternion >>