An enum containing different pixel encoding formats for image data
@:value(cast 1)@:impl@:enuminlineread onlyARGB32:PixelFormat = 1
An image encoded in 32-bit ARGB color order
@:value(cast 2)@:impl@:enuminlineread onlyBGRA32:PixelFormat = 2
An image encoded in 32-bit BGRA color order
@:value(cast 0)@:impl@:enuminlineread onlyRGBA32:PixelFormat = 0
An image encoded in 32-bit RGBA color order