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