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

◆ swapLayers()

void fl::FxCompositor::swapLayers ( )
inlineprivate

Definition at line 48 of file fx_compositor.h.

48 {
49 FxLayerPtr tmp = mLayers[0];
50 mLayers[0] = mLayers[1];
51 mLayers[1] = tmp;
52 }
FxLayerPtr mLayers[2]

References mLayers.

Referenced by completeTransition().

+ Here is the caller graph for this function: