|
FastLED 3.9.15
|
Definition at line 17 of file fx_layer.h.
#include <fx_layer.h>
Collaboration diagram for fl::FxLayer:Public Member Functions | |
| void | draw (fl::u32 now) |
| fl::shared_ptr< Fx > | getFx () |
| 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 |
| bool | running = false |