Color Palette (.256)¶
The color palettes are stored in the *.256 files. There are 256 colors, 3 bytes per color (RGB). This is different than the standard 4 byte red, green, blue, alpha.
| Where n is the indexed color | |
|---|---|
| File Offset (bytes) | Color |
| n | Red |
| n + 1 | Green |
| n + 2 | Blue |