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

Method draw

src/fl/video/frame_interpolator.cpp.hpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool FrameInterpolator::draw(fl::u32 now, Frame *dst) {
23 bool ok = draw(now, dst->rgb());
24 return ok;
25}
26
27bool FrameInterpolator::draw(fl::u32 now, fl::span<CRGB> leds) {
28 fl::u32 frameNumber, nextFrameNumber;

Callers

nothing calls this directly

Calls 6

drawFunction · 0.85
hasFunction · 0.85
getFunction · 0.85
get_interval_framesMethod · 0.80
rgbMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected