Mod:Palette Files

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search


This article documents the formats of COL files used in Redguard and contain color palette data.

The overall file format of a COL file is:

    dword FileSize               // Always 776?
    dword Unknown
    byte  PaletteData[768]       // 256*3

The palette data is 3 bytes of data for each of the 256 colors and is arranged like:

    byte Red
    byte Green
    byte Blue

Color values range from 0 to 255.