enum AlphaInfo (Niantic.ARDK.AR.ReferenceImage.AlphaInfo)
Overview
Defines the position of the alpha data in each pixel of the image More…
enum AlphaInfo: uint { None = 1, First = 2, Last = 3, };
Detailed Documentation
Defines the position of the alpha data in each pixel of the image
Enum Values
None
The encoded image data does not contain any alpha data.
First
The alpha data is stored in the most significant bits.
Last
The alpha data is stored in the least significant bits.