|
FastLED 3.9.15
|
Definition at line 14 of file fx_layer.h.
#include <fx_layer.h>
Collaboration diagram for fl::FxLayer:Public Member Functions | |
| void | draw (fl::u32 now, float speed=1.0f, const AudioBatch *audio=nullptr) |
| fl::shared_ptr< Fx > | getFx () |
| fl::span< CRGB > | getSurface () |
| void | pause (fl::u32 now) |
| void | release () |
| void | setFx (fl::shared_ptr< Fx > newFx) |
Private Attributes | |
| fl::shared_ptr< Frame > | frame |
| fl::shared_ptr< Fx > | fx |
| fl::u32 | mLastNow = 0 |
| bool | running = false |