Adjustment.Lighten
Extension Method in Adjustment
Declaration
public static void Lighten(this ref Color color, float increase = 0.1F)
Description
Increases the lightness of the color by the given amount.
Parameters
color | The color to adjust. |
increase | The amount to increase the lightness [0..1] (default=0.1). |