'Declaration Public Shared Function AdjustSaturation( _ ByVal value As ColorF, _ ByVal saturation As Single _ ) As ColorF
public static ColorF AdjustSaturation( ColorF value, float saturation )
Parameters
- value
- The color whose saturation is to be adjusted.
- saturation
- The amount by which to adjust the saturation.
Return Value
The adjusted color.