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

◆ copy()

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

Definition at line 48 of file frame.h.

48 {
49 memcpy(mRgb.data(), other.mRgb.data(), other.mPixelsCount * sizeof(CRGB));
50}
fl::vector< CRGB, fl::allocator_psram< CRGB > > mRgb
Definition frame.h:45

References Frame(), mPixelsCount, and mRgb.

+ Here is the call graph for this function: