Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ setBackgroundColor
Method
setBackgroundColor
src/components/GuiBox.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void GuiBox::setBackgroundColor(unsigned int color)
55
{
56
mBackgroundImage.setColorShift(color);
57
}
58
59
void GuiBox::setBorderColor(unsigned int color)
60
{
Callers
nothing calls this directly
Calls
1
setColorShift
Method · 0.80
Tested by
no test coverage detected