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