ColorType

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

public final class ColorType extends System.Enum

The type of the color.

Fields

FieldDescription
Grayscale8BitRepresents the grayscale 8-bit color type.
Grayscale16BitRepresents the grayscale 16-bit color type.
Rgb24BitRepresents the RGB 24-bit color type.

Grayscale8Bit

public static final int Grayscale8Bit

Represents the grayscale 8-bit color type.

Grayscale16Bit

public static final int Grayscale16Bit

Represents the grayscale 16-bit color type.

Rgb24Bit

public static final int Rgb24Bit

Represents the RGB 24-bit color type.