winter
Winter colormap array.
Syntax
- c = winter
- c = winter(m)
Input argument
- m - a scalar integer value: Number of colors (256 as default value).
Output argument
- c - Winter colormap array.
Description
winter returns the colormap with winter colors.
Example
f = figure();
surf(peaks);
colormap('winter');
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET