MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / getTextColourMapping

Function getTextColourMapping

src/openrct2/drawing/TextColour.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 } };
80
81 TextColours getTextColourMapping(TextColour textColour)
82 {
83 return kTextColourToPaletteIndex[static_cast<uint8_t>(textColour)];
84 }
85} // namespace OpenRCT2::Drawing

Callers 3

colourCharacterFunction · 0.85
setBitmapForSpriteFunction · 0.85
setBitmapForTTFFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected