ImageAttributes.ClearOutputChannel
ClearOutputChannel()
Clears the CMYK (cyan-magenta-yellow-black) output channel setting for the default category.
public void ClearOutputChannel()
See Also
- class ImageAttributes
- namespace Aspose.PSD
- assembly Aspose.PSD
ClearOutputChannel(ColorAdjustType)
Clears the (cyan-magenta-yellow-black) output channel setting for a specified category.
public void ClearOutputChannel(ColorAdjustType type)
Parameter | Type | Description |
---|---|---|
type | ColorAdjustType | An element of ColorAdjustType that specifies the category for which the output channel setting is cleared. |
See Also
- enum ColorAdjustType
- class ImageAttributes
- namespace Aspose.PSD
- assembly Aspose.PSD