OpenTTD Source 20241224-master-gee860a5c8e
|
Colour scheme of the smallmap. More...
Data Fields | |
std::vector< uint32_t > | height_colours |
Cached colours for each level in a map. | |
std::span< const uint32_t > | height_colours_base |
Base table for determining the colours. | |
uint32_t | default_colour |
Default colour of the land. | |
Colour scheme of the smallmap.
Definition at line 274 of file smallmap_gui.cpp.
uint32_t SmallMapColourScheme::default_colour |
Default colour of the land.
Definition at line 277 of file smallmap_gui.cpp.
Referenced by BuildOwnerLegend(), GetSmallMapIndustriesPixels(), GetSmallMapOwnerPixels(), GetSmallMapRoutesPixels(), and GetSmallMapVehiclesPixels().
std::vector<uint32_t> SmallMapColourScheme::height_colours |
Cached colours for each level in a map.
Definition at line 275 of file smallmap_gui.cpp.
Referenced by BuildLandLegend(), GetSmallMapContoursPixels(), GetSmallMapIndustriesPixels(), and GetSmallMapOwnerPixels().
std::span<const uint32_t> SmallMapColourScheme::height_colours_base |
Base table for determining the colours.
Definition at line 276 of file smallmap_gui.cpp.