|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.fileformats.psd.ColorModes
public final class ColorModes
Represents the psd file format color modes.
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 |
---|
public static final short Bitmap
The bitmap color mode.
public static final short CMYK
CMYK color mode.
public static final short Duotone
Duotone color mode.
public static final short Grayscale
The grayscale mode.
public static final short Indexed
Indexed color mode.
public static final short Lab
Lab color mode.
public static final short Multichannel
Multichannel color mode.
public static final short RGB
RGB color mode.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |