Enum PbmComponentType
- Namespace
- SixLabors.ImageSharp.Formats.Pbm
- Assembly
- SixLabors.ImageSharp.dll
The data type of the components of the pixels.
public enum PbmComponentType : byte
Fields
Bit = 0Single bit per pixel, exclusively for BlackAndWhite.
Byte = 18 bits unsigned integer per component.
Short = 216 bits unsigned integer per component.