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

◆ draw() [2/2]

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

Definition at line 23 of file frame_interpolator.cpp.

23 {
24 bool ok = draw(now, dst->rgb());
25 return ok;
26}
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: