RegionInlineMaskGetMaskData Method

Gets the mask data.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public byte[] GetMaskData()

Return Value

Byte
The mask data.

Remarks

The mask data format is one bit per pixel, most significant bit first pixel, no padding. If the bit value is 1, the corresponding pixel is part of the region. If the bit value is 0, the corresponding pixel is not part of the region.

See Also