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