|
OpenTTD Source 20260311-master-g511d3794ce
|
Lookup table of colour shades for all 16 colour gradients. More...
Public Types | |
| using | ColourGradient = std::array<PixelColour, 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 380 of file palette.cpp.
| using ColourGradients::ColourGradient = std::array<PixelColour, SHADE_END> |
Definition at line 382 of file palette.cpp.
|
inlinestatic |
Definition at line 384 of file palette.cpp.