whitecolormap

completely white colormap

Calling Sequence

cmap=whitecolormap(n)

Arguments

:n integer >= 3, the colormap size. : :cmap matrix with 3 columns [R,G,B]. :

Description

This colormap is completely white

Sample

Examples

f = `scf`_();
`plot3d1`_();
f.color_map = whitecolormap(32);

See Also

Table Of Contents

This Page