<< coolcolormap Swatches graycolormap >>

Scilab Help >> Graphics > Color management > Swatches > coppercolormap

coppercolormap

black to a light copper tone colormap

Syntax

cmap=coppercolormap(n)

Arguments

n

integer >= 3, the colormap size.

cmap

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

Description

coppercolormap computes a colormap with n colors varying from black to a light copper tone.

Examples

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

See also


Report an issue
<< coolcolormap Swatches graycolormap >>