Namespace: PdfSharp.BigGustave
Describes the interpretation of the image data.
public enum ColorType
Inheritance Object → ValueType → Enum → ColorType
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| None | 0 | Grayscale. |
| PaletteUsed | 1 | Colors are stored in a palette rather than directly in the data. |
| ColorUsed | 2 | The image uses color. |
| AlphaChannelUsed | 4 | The image has an alpha channel. |