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

◆ get()

FramePtr fl::FrameInterpolator::get ( uint32_t frameNum) const
inline

Definition at line 58 of file frame_interpolator.h.

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

References mFrames.

Referenced by draw().

+ Here is the caller graph for this function: