ColorUtilities.AdjustBrightness(Variable, Variable) Method |
Top |
DescriptionGets the specified color with an adjust brightness given a specified factor. If the factor is less than 1 the color is darker, 1 has no effect, and more than 1 is lighter. If any of the red, green, and/or blue components of the input color is equal to 1, the color cannot be brightened, so that setting a brightness factor greater than 1 will have no effect.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
Return Value
Returns a color with an adjust brightness.
Syntax
See also
|