ImageAttributes.SetNoOp
Contents
[
Hide
]SetNoOp()
Turns off color adjustment for the default category. You can call the ClearNoOp
method to reinstate the color-adjustment settings that were in place before the call to the SetNoOp
method.
public void SetNoOp()
See Also
- class ImageAttributes
- namespace Aspose.Drawing.Imaging
- assembly Aspose.Drawing.Common
SetNoOp(ColorAdjustType)
Turns off color adjustment for a specified category. You can call the ClearNoOp
method to reinstate the color-adjustment settings that were in place before the call to the SetNoOp
method.
public void SetNoOp(ColorAdjustType type)
Parameter | Type | Description |
---|---|---|
type | ColorAdjustType | An element of ColorAdjustType that specifies the category for which color correction is turned off. |
See Also
- enum ColorAdjustType
- class ImageAttributes
- namespace Aspose.Drawing.Imaging
- assembly Aspose.Drawing.Common