com.aspose.imaging
Class ColorChannelFlag

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.ColorChannelFlag
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ColorChannelFlag
extends java.lang.Enum

Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel methods.

See Also:
Serialized Form

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

ColorChannelC

public static final int ColorChannelC

The cyan color channel.

See Also:
Constant Field Values

ColorChannelK

public static final int ColorChannelK

The black color channel.

See Also:
Constant Field Values

ColorChannelLast

public static final int ColorChannelLast

The last selected channel should be used.

See Also:
Constant Field Values

ColorChannelM

public static final int ColorChannelM

The magenta color channel.

See Also:
Constant Field Values

ColorChannelY

public static final int ColorChannelY

The yellow color channel.

See Also:
Constant Field Values