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

◆ swapLayers()

void fl::FxCompositor::swapLayers ( )
inlineprivate

Definition at line 49 of file fx_compositor.h.

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

References mLayers.

Referenced by completeTransition().

+ Here is the caller graph for this function: