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

◆ completeTransition()

void fl::FxCompositor::completeTransition ( )
inline

Definition at line 37 of file fx_compositor.h.

37 {
38 if (mLayers[1]->getFx()) {
39 swapLayers();
40 mLayers[1]->release();
41 }
42 mTransition.end();
43 }
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: