ColorSpace Enum

ColorSpace enumeration

Specifies the color space or color model used in a pixel map IPixelsMap.

public enum ColorSpace

Values

NameValueDescription
Rgb0The RGB color space.
Indexed1An indexed color space.
GrayScale2A grayscale color space.

See Also