public final class XmpColorantColorMode
extends com.aspose.ms.System.Enum
Represents color mode in XmpColorantBase
.
Modifier and Type | Field and Description |
---|---|
static int |
Cmyk
CMYK color mode.
|
static int |
Lab
LAB color mode.
|
static int |
Rgb
RGB color mode.
|
static int |
Undefined
The color mode is undefined.
|
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 Undefined
The color mode is undefined.
public static final int Cmyk
CMYK color mode.
public static final int Rgb
RGB color mode.
public static final int Lab
LAB color mode.