Enum PngBitDepth
- Namespace
- SixLabors.ImageSharp.Formats.Png
- Assembly
- SixLabors.ImageSharp.dll
Provides enumeration for the available PNG bit depths.
public enum PngBitDepth : byte
Fields
Bit1 = 11 bit per sample or per palette index (not per pixel).
Bit16 = 1616 bits per sample or per palette index (not per pixel).
Bit2 = 22 bits per sample or per palette index (not per pixel).
Bit4 = 44 bits per sample or per palette index (not per pixel).
Bit8 = 88 bits per sample or per palette index (not per pixel).