public final class PsdColorMode
extends com.aspose.ms.System.Enum
Represents the psd file format color mode.
Modifier and Type | Field and Description |
---|---|
static int |
Bitmap
The bitmap color mode.
|
static int |
Cmyk
The CMYK color mode.
|
static int |
Duotone
The duotone color mode.
|
static int |
Grayscale
The grayscale mode.
|
static int |
Indexed
The indexed color mode.
|
static int |
Lab
The LAB color mode.
|
static int |
Multichannel
The multichannel color mode.
|
static int |
Rgb
The RGB color mode.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Bitmap
The bitmap color mode.
public static final int Grayscale
The grayscale mode.
public static final int Indexed
The indexed color mode.
public static final int Rgb
The RGB color mode.
public static final int Cmyk
The CMYK color mode.
public static final int Multichannel
The multichannel color mode.
public static final int Duotone
The duotone color mode.
public static final int Lab
The LAB color mode.