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