FastLED
3.9.15
Loading...
Searching...
No Matches
◆
DrawContext()
fl::DrawContext::DrawContext
(
fl::u32
now
,
fl::span
<
CRGB
>
leds
,
u16
frame_time
=
0
,
float
speed
=
1.0f
,
const
AudioBatch
*
audio
=
nullptr
)
inline
Definition at line
16
of file
draw_context.h
.
18
:
now
(
now
),
leds
(
leds
),
frame_time
(
frame_time
),
speed
(
speed
),
19
audio
(
audio
) {}
fl::DrawContext::now
fl::u32 now
Definition
draw_context.h:11
fl::DrawContext::leds
fl::span< CRGB > leds
Definition
draw_context.h:12
fl::DrawContext::speed
float speed
Definition
draw_context.h:14
fl::DrawContext::frame_time
u16 frame_time
Definition
draw_context.h:13
fl::DrawContext::audio
const AudioBatch * audio
Non-owning. Null when no audio.
Definition
draw_context.h:15
References
audio
,
frame_time
,
leds
,
now
, and
speed
.
fl
DrawContext
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2