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