HeifChroma Enumeration
The LibHeif image pixel format
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
Public Enumeration HeifChroma
public enum class HeifChroma
| Monochrome | 0 |
Monochrome.
|
| Yuv420 | 1 |
YUV 4:2:0.
|
| Yuv422 | 2 |
YUV 4:2:2.
|
| Yuv444 | 3 |
YUV 4:4:4.
|
| InterleavedRgb24 | 10 |
An interleaved 24 bits-per-pixel RGB format. Each channel is allocated 8 bits.
|
| InterleavedRgba32 | 11 |
An interleaved 32 bits-per-pixel RGBA format. Each channel is allocated 8 bits.
|
| InterleavedRgb48BE | 12 |
An interleaved 48 bits-per-pixel RGB format using big-endian byte order. Each channel is allocated 16 bits.
|
| InterleavedRgba64BE | 13 |
An interleaved 64 bits-per-pixel RGBA format using big-endian byte order. Each channel is allocated 16 bits.
|
| InterleavedRgb48LE | 14 |
An interleaved 48 bits-per-pixel RGB format using little-endian byte order. Each channel is allocated 16 bits.
|
| InterleavedRgba64LE | 15 |
An interleaved 64 bits-per-pixel RGBA format using little-endian byte order. Each channel is allocated 16 bits.
|
| Undefined | 99 |
Undefined.
|