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