c = pink
c = pink(m)
| Parameter | Description |
|---|---|
| m | a scalar integer value: Number of colors (256 as default value). |
| Parameter | Description |
|---|---|
| c | Pink colormap array. |
pink returns the colormap with pink colors.
f = figure();
surf(peaks);
colormap('pink');
| Version | Description |
|---|---|
| 1.0.0 | initial version |