ColorModels

ColorModels enumeration

Color models.

public enum ColorModels

Values

NameValueDescription
Invalid0Invalid color model.
Pantone1PANTONE palette.
CMYK2CMYK color model, represented in 0-100 byte ranges.
CMYK2553CMYK color model, represented in 0-255 byte ranges.
CMY4CMY color model.
RGB5RGM color model.
HSB6HSB color model.
HLS7HLS color model.
BW8Black and White colors.
Gray9Grayscale color model.
YIQ25510YIQ color model, represented in 0-255 byte ranges.
LAB11Lab color model.
BGR12The color model BGR
LAB25513Lab color model LAB255.

See Also