Enum PbmComponentType
The data type of the components of the pixels.
Namespace: SixLabors.ImageSharp.Formats.Pbm
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum PbmComponentType : byte
Fields
Name | Description |
---|---|
Bit | Single bit per pixel, exclusively for BlackAndWhite. |
Byte | 8 bits unsigned integer per component. |
Short | 16 bits unsigned integer per component. |