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

◆ copy()

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

Definition at line 78 of file frame.h.

78 {
79 fl::memcpy(mRgb.data(), other.mRgb.data(), other.mPixelsCount * sizeof(CRGB));
80}
fl::vector_psram< CRGB > mRgb
Definition frame.h:65
void * memcpy(void *dest, const void *src, size_t n) FL_NOEXCEPT
fl::CRGB CRGB
Definition video.h:15

References Frame(), fl::memcpy(), mPixelsCount, and mRgb.

Referenced by fl::Jpeg::decode(), fl::Jpeg::decodeStream(), and fl::Jpeg::decodeWithTimeout().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: