MCPcopy 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
54void GuiBox::setBackgroundColor(unsigned int color)
55{
56 mBackgroundImage.setColorShift(color);
57}
58
59void GuiBox::setBorderColor(unsigned int color)
60{

Callers

nothing calls this directly

Calls 1

setColorShiftMethod · 0.80

Tested by

no test coverage detected