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 = 0
Single bit per pixel, exclusively for BlackAndWhite.
Byte = 1
8 bits unsigned integer per component.
Short = 2
16 bits unsigned integer per component.