MCPcopy 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

drawStationNameFunction · 0.85
drawFunction · 0.85
drawRoadTabsFunction · 0.85
drawTrackTabsFunction · 0.85
drawFunction · 0.85
fillRectInsetFunction · 0.85
paintTrainStationFunction · 0.85
paintRoadStationFunction · 0.85

Calls 1

enumValueFunction · 0.85

Tested by

no test coverage detected