OpenTTD Source
20241108-master-g80f628063a
|
Lookup table of colour shades for all 16 colour gradients. More...
Public Types | |
using | ColourGradient = std::array< uint8_t, SHADE_END > |
Static Public Attributes | |
static std::array< ColourGradient, COLOUR_END > | gradient {} |
Lookup table of colour shades for all 16 colour gradients.
8 colours per gradient from darkest (0) to lightest (7)
Definition at line 301 of file palette.cpp.