ClearGamma

ImageAttributes.ClearGamma method (1 of 2)

Disables gamma correction for the default category.

public void ClearGamma()

See Also


ImageAttributes.ClearGamma method (2 of 2)

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