com.aspose.imaging.fileformats.psd
Class ColorModes

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

public final class ColorModes
extends java.lang.Enum

Represents the psd file format color modes.

See Also:
Serialized Form

Field Summary
static short Bitmap
           The bitmap color mode.
static short CMYK
           CMYK color mode.
static short Duotone
           Duotone color mode.
static short Grayscale
           The grayscale mode.
static short Indexed
           Indexed color mode.
static short Lab
           Lab color mode.
static short Multichannel
           Multichannel color mode.
static short RGB
           RGB color mode.
 
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

Bitmap

public static final short Bitmap

The bitmap color mode.

See Also:
Constant Field Values

CMYK

public static final short CMYK

CMYK color mode.

See Also:
Constant Field Values

Duotone

public static final short Duotone

Duotone color mode.

See Also:
Constant Field Values

Grayscale

public static final short Grayscale

The grayscale mode.

See Also:
Constant Field Values

Indexed

public static final short Indexed

Indexed color mode.

See Also:
Constant Field Values

Lab

public static final short Lab

Lab color mode.

See Also:
Constant Field Values

Multichannel

public static final short Multichannel

Multichannel color mode.

See Also:
Constant Field Values

RGB

public static final short RGB

RGB color mode.

See Also:
Constant Field Values