ImageAttributes.ClearGamma
ClearGamma()
Disables gamma correction for the default category.
public void ClearGamma()
See Also
- class ImageAttributes
- namespace Aspose.PSD
- assembly Aspose.PSD
ClearGamma(ColorAdjustType)
Disables gamma correction for a specified category.
public void ClearGamma(ColorAdjustType type)
Parameter | Type | Description |
---|---|---|
type | ColorAdjustType | An element of ColorAdjustType that specifies the category for which gamma correction is disabled. |
See Also
- enum ColorAdjustType
- class ImageAttributes
- namespace Aspose.PSD
- assembly Aspose.PSD