MCPcopy 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
94void 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

setOpacityMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected