Image.Standard (gb.image)
Const Standard As Integer = 0
This constants represent an image whose pixels are encoded in ARGB format.
  - 
Each pixel is encoded with four bytes in memory.
- 
The first byte is the alpha component, 0 being totally transparent, and 255 totally opaque.
- 
The second byte is the red component.
- 
The third byte is the green component.
- 
The fourth byte is the blue component.