4.1 Texture Formats
D3-TUI will use the following PVR2 texture formats:
| Format | Use Case | Bits per Pixel | Notes |
|---|---|---|---|
| ARGB1555 | Font textures | 16 | Good for text, supports alpha |
| RGB565 | Static backgrounds | 16 | No alpha, higher color depth |
| ARGB4444 | High-quality fonts | 16 | Better alpha precision |