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}
VideoImplPtr mImpl
Definition video.h:76

References mImpl.