This data type holds constants for various pixel formats.
Constants
byte RGBA32 RGBA format (R,G,B,A,R,G,B,A,...), with 1 byte for each pixel. This is the assumed default pixel format throughout the Dana standard library.
byte BGRA32 BGRA format (B,G,R,A,B,G,R,A,...), with 1 byte for each pixel.