Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ updateBackGroundImageColor
Method
updateBackGroundImageColor
core/ui/UILayout.cpp:852–858 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
850
}
851
852
void Layout::updateBackGroundImageColor()
853
{
854
if (_backGroundImage)
855
{
856
_backGroundImage->setColor(_backGroundImageColor);
857
}
858
}
859
860
void Layout::updateBackGroundImageOpacity()
861
{
Callers
nothing calls this directly
Calls
1
setColor
Method · 0.45
Tested by
no test coverage detected