<< name2rgb Gestion des couleurs pinkcolormap >>

Aide de Scilab >> Graphiques > Gestion des couleurs > oceancolormap

oceancolormap

linear blue colormap

Calling Sequence

cmap=oceancolormap(n)

Arguments

n

integer >= 3, the colormap size.

cmap

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

Description

oceancolormap computes a colormap with with n blue colors varying linearly from black to white.

Examples

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

See Also


Report an issue
<< name2rgb Gestion des couleurs pinkcolormap >>