The colour translation of the GRF palettes. More...
#include "../core/endian_type.hpp"
Go to the source code of this file.
Data Structures | |
struct | ExtraPaletteValues |
Description of tables for the palette animation. More... | |
Defines | |
#define | M(r, g, b) { 0xFF000000U | (r) << 16 | (g) << 8 | (b) } |
Variables | |
static const Colour | _palette [256] |
Colour palette (DOS). | |
static const uint | EPV_CYCLES_DARK_WATER = 5 |
Description of the length of the palette cycle animations. | |
static const uint | EPV_CYCLES_LIGHTHOUSE = 4 |
length of the lighthouse/stadium animation | |
static const uint | EPV_CYCLES_OIL_REFINERY = 7 |
length of the oil refinery's fire animation | |
static const uint | EPV_CYCLES_FIZZY_DRINK = 5 |
length of the fizzy drinks animation | |
static const uint | EPV_CYCLES_GLITTER_WATER = 15 |
length of the glittery water animation | |
static const ExtraPaletteValues | _extra_palette_values |
Actual palette animation tables. | |
static const byte | _string_colourmap [17] |
Colour mapping for the TextColours. |
The colour translation of the GRF palettes.
Definition in file palettes.h.
const byte _string_colourmap[17] [static] |
{ 150, 12, 189, 184, 174, 30, 195, 209, 68, 95, 79, 116, 15, 152, 6, 133, 1, }
Colour mapping for the TextColours.
Definition at line 148 of file palettes.h.
Referenced by SetColourRemap().
const uint EPV_CYCLES_DARK_WATER = 5 [static] |
Description of the length of the palette cycle animations.
length of the dark blue water animation
Definition at line 95 of file palettes.h.