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

Method fadeOut

src/components/AnimationComponent.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void AnimationComponent::fadeOut(int time)
29{
30 mOpacity = 255;
31 setChildrenOpacity(255);
32
33 mFadeRate = -time;
34}
35
36//this should really be fixed at the system loop level...
37void AnimationComponent::update(int deltaTime)

Callers 1

clearDetailDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected