Enum ColorType

Enum ColorType

Namespace: Aspose.Imaging.FileFormats.Dicom
Assembly: Aspose.Imaging.dll (25.2.0)

The type of the color.

public enum ColorType

Fields

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.