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);
colormap('white');

🔗 See also

colormap.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?