Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
bool FrameInterpolator::draw(fl::u32 now, Frame *dst) {
23
bool ok = draw(now, dst->rgb());
24
return ok;
25
}
26
27
bool FrameInterpolator::draw(fl::u32 now, fl::span<CRGB> leds) {
28
fl::u32 frameNumber, nextFrameNumber;
Callers
nothing calls this directly
Calls
6
draw
Function · 0.85
has
Function · 0.85
get
Function · 0.85
get_interval_frames
Method · 0.80
rgb
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected