<< parulacolormap Nuanciers rainbowcolormap >>

Scilab Help >> Graphiques > Couleurs > Nuanciers > pinkcolormap

pinkcolormap

sepia tone colorization on black and white images

Syntax

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
<< parulacolormap Nuanciers rainbowcolormap >>