|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.ColorChannelFlag
public final class ColorChannelFlag
Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel methods.
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ColorChannelC
The cyan color channel.
public static final int ColorChannelK
The black color channel.
public static final int ColorChannelLast
The last selected channel should be used.
public static final int ColorChannelM
The magenta color channel.
public static final int ColorChannelY
The yellow color channel.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |