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