[]
Adjusts the saturation of a color.
public static ColorF AdjustSaturation(ColorF value, float saturation)
| Type | Name | Description |
|---|---|---|
| ColorF | value | The color whose saturation is to be adjusted. |
| float | saturation | The amount by which to adjust the saturation. |
| Type | Description |
|---|---|
| ColorF | The adjusted color. |