Packed RGB, 8 bits per component. Every RGB pixel in memory is represented with 32 bits, as shown. The images need to be stored in memory in raster order, that is, the top-left pixel first and the bottom-right pixel last. Bits[31:24] do not contain pixel information.
31:24 | 23:16 | 15:8 | 7:0 |
X | B | G | R |