public final class XmpPhotoshopColorMode
extends com.aspose.ms.System.Enum
Represents a color mode in XmpPhotoshopPackage
.
Modifier and Type | Field and Description |
---|---|
static int |
Bitmap
The bitmap color mode.
|
static int |
Cmyk
The CMYK color mode.
|
static int |
Duotone
The duo-tone color mode.
|
static int |
GrayScale
The gray scale color mode.
|
static int |
IndexedColor
The indexed color.
|
static int |
LabColor
The LAB color mode.
|
static int |
MultiChannel
The multi-channel 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 gray scale color mode.
public static final int IndexedColor
The indexed color.
public static final int Rgb
The RGB color mode.
public static final int Cmyk
The CMYK color mode.
public static final int MultiChannel
The multi-channel color mode.
public static final int Duotone
The duo-tone color mode.
public static final int LabColor
The LAB color mode.