FastLED 3.9.15
Loading...
Searching...
No Matches

◆ draw() [3/3]

bool fl::Video::draw ( fl::u32 now,
Frame * frame )

Definition at line 88 of file video.cpp.hpp.

88 {
89 if (!mImpl) {
90 return false;
91 }
92 return mImpl->draw(now, frame);
93}
VideoImplPtr mImpl
Definition video.h:90

References mImpl.