ColorType
Enum ColorType
Namespace: Imagise.Compressor.Options
Assembly: Imagise.Compressor.dll
The type of the color.
public enum ColorTypeFields
Grayscale16Bit = 1
Represents the grayscale 16-bit color type.
Grayscale8Bit = 0
Represents the grayscale 8-bit color type.
Rgb24Bit = 2
Represents the RGB 24-bit color type.