public final class ColorMode
extends com.aspose.ms.System.Enum
Represents color mode in PhotoshopPackage
.
Modifier and Type | Field and Description |
---|---|
static byte |
Bitmap
Bitmap color mode.
|
static byte |
Cmyk
CMYK color mode.
|
static byte |
Duotone
Duo-tone color.
|
static byte |
GrayScale
Gray scale color mode.
|
static byte |
IndexedColor
The indexed color.
|
static byte |
LabColor
LAB color.
|
static byte |
MultiChannel
Multi-channel color.
|
static byte |
Rgb
RGB color.
|
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 byte Bitmap
Bitmap color mode.
public static final byte GrayScale
Gray scale color mode.
public static final byte IndexedColor
The indexed color.
public static final byte Rgb
RGB color.
public static final byte Cmyk
CMYK color mode.
public static final byte MultiChannel
Multi-channel color.
public static final byte Duotone
Duo-tone color.
public static final byte LabColor
LAB color.