OpenTTD Source 20250206-master-g6089ed8059
palette_convert.h File Reference

Translation tables from one GRF to another GRF. More...

Go to the source code of this file.

Variables

const uint8_t _palmap_w2d []
 Converting from the Windows palette to the DOS palette.
 
static const uint8_t _palmap_d2w []
 Converting from the DOS palette to the Windows palette.
 

Detailed Description

Translation tables from one GRF to another GRF.

Definition in file palette_convert.h.

Variable Documentation

◆ _palmap_d2w

const uint8_t _palmap_d2w[]
static

Converting from the DOS palette to the Windows palette.

Definition at line 47 of file palette_convert.h.

Referenced by ReadRecolourSprite().