MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / setBorderColor

Method setBorderColor

src/components/GuiBox.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void GuiBox::setBorderColor(unsigned int color)
60{
61 mHorizontalImage.setColorShift(color);
62 mVerticalImage.setColorShift(color);
63 mCornerImage.setColorShift(color);
64}
65
66void GuiBox::render(const Eigen::Affine3f& parentTrans)
67{

Callers 1

GuiSettingsMenuMethod · 0.80

Calls 1

setColorShiftMethod · 0.80

Tested by

no test coverage detected