Mapping Toolbox | ![]() ![]() |
Add a colormap menu to a figure
Activation
Command Line |
clrmenu clrmenu(h) |
Description
clrmenu
adds a colormap menu to the current figure.
clrmenu(h)
adds a colormap menu to the figure specified by the handle h
.
Controls
The following choices are included on the colormap menu:
Gray, Hsv, Hot, Pink, Cool, Bone, Jet, Copper, Spring, Summer, Autumn, Winter, Flag, and Prism generate colormaps.
Brighten increases the brightness.
Darken decreases the brightness.
Flipud inverts the order of the colormap entries.
Fliplr interchanges the red and blue components.
Permute permutes the colormap: red -> blue, blue -> green, green -> red.
Define allows a workspace variable to be specified for the colormap.
Digital Elevation activates the DEM Color Map Input dialog box associated with the demcmap
tool. This tool is used to create a colormap for a digital elevation map.
Remember stores the current colormap.
Restore reverts to the stored colormap (initially, the stored colormap is the colormap in use when clrmenu
is invoked).
Refresh redraws the current figure window.
See Also
colorm
![]() | clmo | colorm | ![]() |