Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

white

white colormap array.

Syntax

  • c = white
  • c = white(m)

Input argument

  • m - a scalar integer value: Number of colors (256 as default value).

Output argument

  • c - White colormap array.

Description

white returns the colormap with white colors.

Example

f = figure();
surf(peaks);
view(2);
colormap('white');

See also

colormap.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET