ClearThreshold

ImageAttributes.ClearThreshold method (1 of 2)

Clears the threshold value for the default category.

public void ClearThreshold()

See Also


ImageAttributes.ClearThreshold method (2 of 2)

Clears the threshold value for a specified category.

public void ClearThreshold(ColorAdjustType type)
ParameterTypeDescription
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which the threshold is cleared.

See Also