public final class ColorChannelFlag
extends com.aspose.ms.System.Enum
Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel methods.
Modifier and Type | Field and Description |
---|---|
static int |
ColorChannelC
The cyan color channel.
|
static int |
ColorChannelK
The black color channel.
|
static int |
ColorChannelLast
The last selected channel should be used.
|
static int |
ColorChannelM
The magenta color channel.
|
static int |
ColorChannelY
The yellow color channel.
|
public static final int ColorChannelC
The cyan color channel.
public static final int ColorChannelM
The magenta color channel.
public static final int ColorChannelY
The yellow color channel.
public static final int ColorChannelK
The black color channel.
public static final int ColorChannelLast
The last selected channel should be used.