ColorChannelFlag
ColorChannelFlag enum
Specifies a color channel in CMYK color space.
enum class ColorChannelFlag
Values
Name | Value | Description |
---|---|---|
ColorChannelC | 0 | The cyan color channel. |
ColorChannelM | 1 | The magenta color channel. |
ColorChannelY | 2 | The yellow color channel. |
ColorChannelK | 3 | The black color channel. |
ColorChannelLast | 4 | The last selected channel should be used. |
See Also
- Namespace System::Drawing::Imaging
- Library Aspose.Slides