|
FastLED 3.9.15
|
Definition at line 10 of file draw_context.h.
#include <draw_context.h>
Collaboration diagram for fl::DrawContext:Public Member Functions | |
| DrawContext (fl::u32 now, fl::span< CRGB > leds, u16 frame_time=0, float speed=1.0f, const AudioBatch *audio=nullptr) | |
Public Attributes | |
| const AudioBatch * | audio = nullptr |
| Non-owning. Null when no audio. | |
| u16 | frame_time = 0 |
| fl::span< CRGB > | leds |
| fl::u32 | now |
| float | speed = 1.0f |