Packed RGB with alpha, 8 bits per component. Every pixel is represented with 32 bits, as shown. Bits[31:24] contain alpha information, 0 is fully transparent, 255 is fully opaque.
31:24 | 23:16 | 15:8 | 7:0 |
A | B | G | R |
Packed RGB with alpha, 8 bits per component. Every pixel is represented with 32 bits, as shown. Bits[31:24] contain alpha information, 0 is fully transparent, 255 is fully opaque.
31:24 | 23:16 | 15:8 | 7:0 |
A | B | G | R |