brighten
Brighten or darken colormap
Description
brighten(
shifts the
intensities of all colors in the current colormap in the same direction. The
colors brighten when beta
)beta
is between 0
and 1
, and they darken when beta
is
between -1
and 0
. The magnitude of the
change is proportional to the magnitude of beta
. Use this
syntax to adjust colors for all graphics objects in the current figure that use
a colormap.
returns the adjusted colormap for any of the input argument combinations in the
previous syntaxes. When you specify the output argument, the current figure is
not affected.newmap
= brighten(___)
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a