<< summercolormap Color management wintercolormap >>

Scilab Help >> Graphics > Color management > whitecolormap

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

Examples

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

See Also


Report an issue
<< summercolormap Color management wintercolormap >>