Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
colourCharacter
Function · 0.85
setBitmapForSprite
Function · 0.85
setBitmapForTTF
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected