MapFormat.addPaletteFile

Adds a palette file source to the document.

class MapFormat
public @trusted
Tag
addPaletteFile
(
string filename
,
string dataPakSrc
,
int offset
,)

Parameters

filename string

Path to the file containing the palette.

dataPakSrc string

Path to the DataPak file if used, null otherwise.

offset int

Palette offset, or where the palette should be loaded.

palShift int

Palette shifting, or how many bits the target bitmap will use.

Meta