[]
        
(Showing Draft Content)

C1.Util.DX.ColorF.AdjustContrastRef

AdjustContrastRef Method

AdjustContrastRef(out ColorF, ref ColorF, float)

Adjusts the contrast of a color.

Declaration
public static void AdjustContrastRef(out ColorF result, ref ColorF value, float contrast)
Parameters
Type Name Description
ColorF result

The adjusted color.

ColorF value

The color whose contrast is to be adjusted.

float contrast

The amount by which to adjust the contrast.