#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... | |
struct | StringColour |
Defines | |
#define | M(r, g, b) { 0xff << 24 | (r) << 16 | (g) << 8 | (b) } |
#define | GET_PALETTE(x) _palettes[x] |
Enumerations | |
enum | { EPV_CYCLES_DARK_WATER = 5, EPV_CYCLES_LIGHTHOUSE = 4, EPV_CYCLES_OIL_REFINERY = 7, EPV_CYCLES_FIZZY_DRINK = 5, EPV_CYCLES_GLITTER_WATER = 15 } |
Description of the length of the palette cycle animations. More... | |
Variables | |
static const Colour | _palettes [][256] |
static const ExtraPaletteValues | _extra_palette_values |
Actual palette animation tables. | |
static const StringColour | _string_colourmap [][17] |
Definition in file palettes.h.
anonymous enum |
Description of the length of the palette cycle animations.
Definition at line 157 of file palettes.h.