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

References mImpl.