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