public final class ColorModes
extends com.aspose.ms.System.Enum
Represents the psd file format color modes.
Modifier and Type | Field and Description |
---|---|
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.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final short Bitmap
The bitmap color mode.
public static final short Grayscale
The grayscale mode.
public static final short Indexed
Indexed color mode.
public static final short Rgb
RGB color mode.
public static final short Cmyk
CMYK color mode.
public static final short Multichannel
Multichannel color mode.
public static final short Duotone
Duotone color mode.
public static final short Lab
Lab color mode.