ColorChannelFlag Enumeration
Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel methods.
Module: aspose.imaging
Full Name: aspose.imaging.ColorChannelFlag
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. |