HeifColorspace Enumeration

The color space of the image

Definition

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

Members

YCbCr0 The color space is YCbCr.
Rgb1 The color space is Rgb.
Monochrome2 The color space is monochrome.
Undefined99 The color space is not defined.

See Also