|
OpenTTD Source 20251117-master-g7398d2e290
|
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 375 of file palette.cpp.
| using ColourGradients::ColourGradient = std::array<PixelColour, SHADE_END> |
Definition at line 377 of file palette.cpp.
|
inlinestatic |
Definition at line 379 of file palette.cpp.