FastLED 3.9.15
Loading...
Searching...
No Matches

◆ completeTransition()

void fl::FxCompositor::completeTransition ( )
inline

Definition at line 39 of file fx_compositor.h.

39 {
40 if (mLayers[1]->getFx()) {
41 swapLayers();
42 mLayers[1]->release();
43 }
44 mTransition.end();
45 }
FxLayerPtr mLayers[2]
Transition mTransition

References mLayers, mTransition, and swapLayers().

Referenced by draw(), and startTransition().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: