ImageAttributes.ClearThreshold

ClearThreshold()

Clears the threshold value for the default category.

public void ClearThreshold()

See Also


ClearThreshold(ColorAdjustType)

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