[]
        
(Showing Draft Content)

C1.Util.DX.ColorF.AdjustSaturationRef

AdjustSaturationRef Method

AdjustSaturationRef(out ColorF, ref ColorF, float)

Adjusts the saturation of a color.

Declaration
public static void AdjustSaturationRef(out ColorF result, ref ColorF value, float saturation)
Public Shared Sub AdjustSaturationRef(ByRef result As ColorF, ByRef value As ColorF, saturation As Single)
Parameters
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.