Enum PixelComponentBitDepth
- Namespace
- SixLabors.ImageSharp.PixelFormats
- Assembly
- SixLabors.ImageSharp.dll
Provides enumeration of the precision in bits of individual components within a pixel format.
public enum PixelComponentBitDepth
Fields
Bit1 = 11 bit per component.
Bit128 = 128128 bits per component.
Bit16 = 1616 bits per component.
Bit2 = 22 bits per component.
Bit32 = 3232 bits per component.
Bit4 = 44 bits per component.
Bit64 = 6464 bits per component.
Bit8 = 88 bits per component.