ColorModels

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ColorModels extends System.Enum

Color models.

Fields

FieldDescription
InvalidInvalid color model.
PantonePANTONE palette.
CMYKCMYK color model, represented in 0-100 byte ranges.
CMYK255CMYK color model, represented in 0-255 byte ranges.
CMYCMY color model.
RGBRGM color model.
HSBHSB color model.
HLSHLS color model.
BWBlack and White colors.
GrayGrayscale color model.
YIQ255YIQ color model, represented in 0-255 byte ranges.
LABLab color model.
BGRThe color model BGR
LAB255Lab color model LAB255.

Invalid

public static final int Invalid

Invalid color model.

Pantone

public static final int Pantone

PANTONE palette.

CMYK

public static final int CMYK

CMYK color model, represented in 0-100 byte ranges.

CMYK255

public static final int CMYK255

CMYK color model, represented in 0-255 byte ranges.

CMY

public static final int CMY

CMY color model.

RGB

public static final int RGB

RGM color model.

HSB

public static final int HSB

HSB color model.

HLS

public static final int HLS

HLS color model.

BW

public static final int BW

Black and White colors.

Gray

public static final int Gray

Grayscale color model.

YIQ255

public static final int YIQ255

YIQ color model, represented in 0-255 byte ranges.

LAB

public static final int LAB

Lab color model.

BGR

public static final int BGR

The color model BGR

LAB255

public static final int LAB255

Lab color model LAB255.