Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ getColor
Method
getColor
src/components/ThemeComponent.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include
"../Log.h"
10
11
unsigned int ThemeComponent::getColor(std::string name)
12
{
13
return mColorMap[name];
14
}
15
16
bool ThemeComponent::getBool(std::string name)
17
{
Callers
3
GuiFastSelect
Method · 0.80
updateList
Method · 0.80
updateTheme
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected