ImageAttributes.ClearThreshold
ClearThreshold()
Clears the threshold value for the default category.
public void ClearThreshold()
See Also
- class ImageAttributes
- namespace Aspose.Imaging
- assembly Aspose.Imaging
ClearThreshold(ColorAdjustType)
Clears the threshold value for a specified category.
public void ClearThreshold(ColorAdjustType type)
Parameter | Type | Description |
---|---|---|
type | ColorAdjustType | An element of ColorAdjustType that specifies the category for which the threshold is cleared. |
See Also
- enum ColorAdjustType
- class ImageAttributes
- namespace Aspose.Imaging
- assembly Aspose.Imaging