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