Pre-decoded RGBA image data for use with ImageWidget's half-block Unicode fallback renderer. More...
Pre-decoded RGBA image data for use with ImageWidget's half-block Unicode fallback renderer.
Each pixel is stored as four consecutive bytes in row-major order: R, G, B, A (alpha is read but currently ignored in blending).
| Pixels | Raw RGBA bytes. Length must equal Width × Height × 4. |
| Width | Image width in pixels. |
| Height | Image height in pixels. |