Enum PbmColorType
Provides enumeration of available PBM color types.
Namespace: SixLabors.ImageSharp.Formats.Pbm
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum PbmColorType : byte
Fields
| Name | Description |
|---|---|
| BlackAndWhite | PBM |
| Grayscale | PGM - Greyscale. Single component. |
| Rgb | PPM - RGB Color. 3 components. |