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

◆ swapLayers()

void fl::FxCompositor::swapLayers ( )
inlineprivate

Definition at line 50 of file fx_compositor.h.

50 {
51 FxLayerPtr tmp = mLayers[0];
52 mLayers[0] = mLayers[1];
53 mLayers[1] = tmp;
54 }
FxLayerPtr mLayers[2]

References mLayers.

Referenced by completeTransition().

+ Here is the caller graph for this function: