sepia tone colorization on black and white images
cmap=pinkcolormap(n)
:n integer >= 3, the colormap size. : :cmap matrix with 3 columns [R,G,B]. :
pinkcolormap computes a colormap that provides sepia tone colorization on black and white images
f = `scf`_();
`plot3d1`_();
f.color_map = pinkcolormap(32);