An enum containing different pixel encoding formats for image data
inline read onlyARGB32:PixelFormat = 1
An image encoded in 32-bit ARGB color order
inline read onlyBGRA32:PixelFormat = 2
An image encoded in 32-bit BGRA color order
inline read onlyRGBA32:PixelFormat = 0
An image encoded in 32-bit RGBA color order