RIFF Palette File
From Just Solve the File Format Problem
RIFF Palette File is a simple RIFF-based format for storing a color palette in a file by itself.
Such a palette could theoretically be referenced by another RIFF-based file, using an "XPLT" chunk.
Identification
Files begin with "FORM", and have "PAL " at offset 8.
For Simple PAL Format, "data" should appear at offset 12.
For Extended PAL Format, "plth" should appear at offset 12.
Specifications
- The format is defined in the RIFF specifications.