public final class ColorModels
extends com.aspose.ms.System.Enum
Color models.
Modifier and Type | Field and Description |
---|---|
static int |
BW
Black and White colors.
|
static int |
CMY
CMY color model.
|
static int |
CMYK
CMYK color model, represented in 0-100 byte ranges.
|
static int |
CMYK255
CMYK color model, represented in 0-255 byte ranges.
|
static int |
Gray
Grayscale color model.
|
static int |
HLS
HLS color model.
|
static int |
HSB
HSB color model.
|
static int |
Invalid
Invalid color model.
|
static int |
LAB
Lab color model.
|
static int |
Pantone
PANTONE palette.
|
static int |
RGB
RGM color model.
|
static int |
YIQ255
YIQ color model, represented in 0-255 byte ranges.
|
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 Invalid
Invalid color model.
public static final int Pantone
PANTONE palette.
public static final int CMYK
CMYK color model, represented in 0-100 byte ranges.
public static final int CMYK255
CMYK color model, represented in 0-255 byte ranges.
public static final int CMY
CMY color model.
public static final int RGB
RGM color model.
public static final int HSB
HSB color model.
public static final int HLS
HLS color model.
public static final int BW
Black and White colors.
public static final int Gray
Grayscale color model.
public static final int YIQ255
YIQ color model, represented in 0-255 byte ranges.
public static final int LAB
Lab color model.