Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getTranslucent
Function
getTranslucent
src/OpenLoco/src/Graphics/Colour.cpp:248–251 ·
view source on GitHub ↗
0x005045FA
Source
from the content-addressed store, hash-verified
246
247
// 0x005045FA
248
ExtColour getTranslucent(Colour colour)
249
{
250
return getTranslucent(colour, 1);
251
}
252
253
ExtColour getTranslucent(Colour colour, uint8_t shade)
254
{
Callers
8
drawStationName
Function · 0.85
draw
Function · 0.85
drawRoadTabs
Function · 0.85
drawTrackTabs
Function · 0.85
draw
Function · 0.85
fillRectInset
Function · 0.85
paintTrainStation
Function · 0.85
paintRoadStation
Function · 0.85
Calls
1
enumValue
Function · 0.85
Tested by
no test coverage detected