ImageAttributes.ClearGamma

ClearGamma()

Disables gamma correction for the default category.

public void ClearGamma()

See Also


ClearGamma(ColorAdjustType)

Disables gamma correction for a specified category.

public void ClearGamma(ColorAdjustType type)
ParameterTypeDescription
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which gamma correction is disabled.

See Also