Create color colormap. This colormap varies from black to white with shades of gray-pink.
This colormap gives a sepia tone when used on grayscale images.
The argument n must be a scalar. If unspecified, the length of the current colormap, or 64, is used.
See also: colormap.
The following code
## Show the 'pink' colormap profile and as an image cmap = pink (256); subplot (2, 1, 1); rgbplot (cmap, "composite"); subplot (2, 1, 2); rgbplot (cmap);
Produces the following figure
Figure 1 |
---|
Package: octave