<< oceancolormap Gestion des couleurs rainbowcolormap >>

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

pinkcolormap

sepia tone colorization on black and white images

Calling Sequence

cmap=pinkcolormap(n)

Arguments

n

integer >= 3, the colormap size.

cmap

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

Description

pinkcolormap computes a colormap that provides sepia tone colorization on black and white images

Examples

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

See Also


Report an issue
<< oceancolormap Gestion des couleurs rainbowcolormap >>