Name

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

Jocelyn Druel <jocelyn.druel1@libertysurf.frt>

Availability

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

http://siptoolbox.sourceforge.net

See Also

sip_colormap , colormap