MCPcopy Create free account
hub / github.com/FastLED/FastLED / full

Method full

src/fl/video/video_impl.cpp.hpp:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool VideoImpl::full() const { return mFrameInterpolator->getFrames()->full(); }
71
72bool VideoImpl::draw(fl::u32 now, Frame *frame) {
73 return draw(now, frame->rgb());

Callers 2

updateBufferFromFileMethod · 0.45

Calls 1

getFramesMethod · 0.80

Tested by

no test coverage detected