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