completely white colormap
cmap=whitecolormap(n)
integer >= 3, the colormap size.
matrix with 3 columns [R,G,B].
[R,G,B]
This colormap is completely white
f = scf(); plot3d1(); f.color_map = whitecolormap(32);