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

◆ copy()

void fl::Frame::copy ( const Frame & other)
inline

Definition at line 47 of file frame.h.

47 {
48 memcpy(mRgb.get(), other.mRgb.get(), other.mPixelsCount * sizeof(CRGB));
49}
fl::scoped_array< CRGB > mRgb
Definition frame.h:43

References Frame(), fl::scoped_array< T, Deleter >::get(), mPixelsCount, and mRgb.

+ Here is the call graph for this function: