HeifChroma Enumeration

The LibHeif image pixel format

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public enum HeifChroma

Members

Monochrome0 Monochrome.
Yuv4201 YUV 4:2:0.
Yuv4222 YUV 4:2:2.
Yuv4443 YUV 4:4:4.
InterleavedRgb2410 An interleaved 24 bits-per-pixel RGB format. Each channel is allocated 8 bits.
InterleavedRgba3211 An interleaved 32 bits-per-pixel RGBA format. Each channel is allocated 8 bits.
InterleavedRgb48BE12 An interleaved 48 bits-per-pixel RGB format using big-endian byte order. Each channel is allocated 16 bits.
InterleavedRgba64BE13 An interleaved 64 bits-per-pixel RGBA format using big-endian byte order. Each channel is allocated 16 bits.
InterleavedRgb48LE14 An interleaved 48 bits-per-pixel RGB format using little-endian byte order. Each channel is allocated 16 bits.
InterleavedRgba64LE15 An interleaved 64 bits-per-pixel RGBA format using little-endian byte order. Each channel is allocated 16 bits.
Undefined99 Undefined.

See Also