ImageAttributes.ClearOutputChannelColorProfile
ClearOutputChannelColorProfile()
Clears the output channel color profile setting for the default category.
public void ClearOutputChannelColorProfile()
See Also
- class ImageAttributes
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing
ClearOutputChannelColorProfile(ColorAdjustType)
Clears the output channel color profile setting for a specified category.
public void ClearOutputChannelColorProfile(ColorAdjustType type)
Parameter | Type | Description |
---|---|---|
type | ColorAdjustType | An element of ColorAdjustType that specifies the category for which the output channel profile setting is cleared. |
See Also
- enum ColorAdjustType
- class ImageAttributes
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing