PDFsharp-net6

ColorType

Namespace: PdfSharp.BigGustave

Describes the interpretation of the image data.

public enum ColorType

Inheritance ObjectValueTypeEnumColorType
Implements IComparable, IFormattable, IConvertible

Fields

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.