<< autumncolormap oбразчики coolcolormap >>

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

bonecolormap

gray colormap with a light blue tone

Syntax

cmap=bonecolormap(n)

Arguments

n

integer >= 3, the colormap size.

cmap

matrix with 3 columns [R,G,B].

Description

bonecolormap computes a gray colormap with a light blue tone.

Examples

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

See also


Report an issue
<< autumncolormap oбразчики coolcolormap >>