FastLED 3.9.15
|
Definition at line 20 of file fx_compositor.h.
#include <fx_compositor.h>
Public Member Functions | |
FxCompositor (fl::u32 numLeds) | |
void | completeTransition () |
void | draw (fl::u32 now, fl::u32 warpedTime, CRGB *finalBuffer) |
void | startTransition (fl::u32 now, fl::u32 duration, fl::shared_ptr< Fx > nextFx) |
Private Member Functions | |
void | swapLayers () |
Private Attributes | |
FxLayerPtr | mLayers [2] |
const fl::u32 | mNumLeds |
Transition | mTransition |