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