<< semilogy Graphics functions sphere >>

sky


Sky colormap array.


Syntax


c = sky
c = sky(m)

Input argument


m

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

Output argument


c

Sky colormap array.

Description


sky returns the colormap with sky colors.

Example


f = figure();
surf(peaks);
colormap('sky');

See also


colormap.

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< semilogy Graphics functions sphere >>