FastLED 3.9.15
Loading...
Searching...
No Matches

◆ draw() [2/2]

bool fl::FrameInterpolator::draw ( uint32_t adjustable_time,
Frame * dst )

Definition at line 22 of file frame_interpolator.cpp.

22 {
23 bool ok = draw(now, dst->rgb());
24 return ok;
25}
bool draw(uint32_t adjustable_time, Frame *dst)

References draw(), and fl::Frame::rgb().

Referenced by draw().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: