MCPcopy 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
11unsigned int ThemeComponent::getColor(std::string name)
12{
13 return mColorMap[name];
14}
15
16bool ThemeComponent::getBool(std::string name)
17{

Callers 3

GuiFastSelectMethod · 0.80
updateListMethod · 0.80
updateThemeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected