<< summercolormap oбразчики wintercolormap >>

Scilab Help >> Графики > color_management > oбразчики > whitecolormap

whitecolormap

completely white colormap

Syntax

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 oбразчики wintercolormap >>