FastLED
3.9.15
Loading...
Searching...
No Matches
◆
draw()
[3/3]
bool fl::Video::draw
(
uint32_t
now
,
Frame
*
frame
)
Definition at line
117
of file
video.cpp
.
117
{
118
if
(!
mImpl
) {
119
return
false
;
120
}
121
return
mImpl
->draw(now, frame);
122
}
fl::Video::mImpl
VideoImplPtr mImpl
Definition
video.h:76
References
mImpl
.
fl
Video
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2