[]
        
(Showing Draft Content)

C1.Util.DX.ColorF.AdjustSaturation

AdjustSaturation Method

AdjustSaturation(ColorF, float)

Adjusts the saturation of a color.

Declaration
public static ColorF AdjustSaturation(ColorF value, float saturation)
Parameters
Type Name Description
ColorF value

The color whose saturation is to be adjusted.

float saturation

The amount by which to adjust the saturation.

Returns
Type Description
ColorF

The adjusted color.