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