ImageAttributes.ClearRemapTable
ClearRemapTable()
Clears the color-remap table for the default category.
public void ClearRemapTable()
See Also
- class ImageAttributes
 - namespace Aspose.Drawing.Imaging
 - assembly Aspose.Drawing.Common
 
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.Drawing.Imaging
 - assembly Aspose.Drawing.Common