ColorType

ColorType enumeration

The type of the color.

public enum ColorType

Values

NameValueDescription
Grayscale8Bit0Represents the grayscale 8-bit color type.
Grayscale16Bit1Represents the grayscale 16-bit color type.
Rgb24Bit2Represents the RGB 24-bit color type.

See Also