Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ setChildrenOpacity
Method
setChildrenOpacity
src/components/AnimationComponent.cpp:94–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void AnimationComponent::setChildrenOpacity(unsigned char opacity)
95
{
96
for(unsigned int i = 0; i < mChildren.size(); i++)
97
{
98
mChildren.at(i)->setOpacity(opacity);
99
}
100
}
Callers
nothing calls this directly
Calls
2
setOpacity
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected