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

◆ get()

FramePtr fl::video::FrameInterpolator::get ( fl::u32 frameNum) const
inline

Definition at line 60 of file frame_interpolator.h.

60 {
61 auto it = mFrames.find(frameNum);
62 if (it != mFrames.end()) {
63 return it->second;
64 }
65 return FramePtr();
66 }

References mFrames.

Referenced by draw().

+ Here is the caller graph for this function: