FastLED
3.9.15
Loading...
Searching...
No Matches
◆
draw()
[3/3]
bool fl::Video::draw
(
uint32_t
now
,
Frame
*
frame
)
Definition at line
111
of file
video.cpp
.
111
{
112
if
(!
mImpl
) {
113
return
false
;
114
}
115
return
mImpl
->draw(now, frame);
116
}
fl::Video::mImpl
VideoImplPtr mImpl
Definition
video.h:79
References
mImpl
.
fl
Video
Generated on Thu May 29 2025 04:44:59 for FastLED by
1.13.2