Products & Services Solutions Academia Support User Community Company

Learn more about MATLAB   

brighten - Brighten or darken colormap

Syntax

brighten(beta)
brighten(h,beta)
newmap = brighten(beta)
newmap = brighten(cmap,beta)

Description

brighten(beta) increases or decreases the color intensities in a colormap by replacing the current colormap with a brighter or darker colormap of essentially the same colors. The modified colormap is brighter if 0 < beta < 1 and darker if -1 < beta < 0. brighten(beta), followed by brighten(-beta), where beta < 1, restores the original map.

brighten(h,beta) brightens all objects that are children of the figure having the handle h.

newmap = brighten(beta) returns a brighter or darker version of the current colormap without changing the display.

newmap = brighten(cmap,beta) returns a brighter or darker version of the colormap cmap without changing the display.

Examples

Brighten the current colormap:

surf(membrane);
beta = .5; brighten(beta);

Algorithm

brighten raises values in the colormap to the power of gamma, where gamma is

brighten has no effect on graphics objects defined with true color.

See Also

colormap | rgbplot

How To

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS