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

Sample

Examples

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

See Also

Table Of Contents

This Page