ColorChannelFlag Enumeration
Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel methods.
Module: aspose.psd
Full Name: aspose.psd.ColorChannelFlag
Aspose.PSD Version: 24.12.0
Members
| Member name | Description |
|---|---|
| COLOR_CHANNEL_C | The cyan color channel. |
| COLOR_CHANNEL_K | The black color channel. |
| COLOR_CHANNEL_LAST | The last selected channel should be used. |
| COLOR_CHANNEL_M | The magenta color channel. |
| COLOR_CHANNEL_Y | The yellow color channel. |