The palette format is very very simple: It simply contains 256 colours using 1 byte per channel. Note that only the first 6 bits of each channel are actually used, giving a total of 262144 possible colours.
File Layout
| Data Type | Field Name |
|---|---|
| uint8 | Red |
| uint8 | Green |
| uint8 | Blue |

Leave a comment