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

◆ clear()

void fl::Frame::clear ( )

Definition at line 75 of file frame.cpp.

75{ fl::memfill((uint8_t*)mRgb.data(), 0, mPixelsCount * sizeof(CRGB)); }
fl::vector< CRGB, fl::allocator_psram< CRGB > > mRgb
Definition frame.h:45
const size_t mPixelsCount
Definition frame.h:44
void * memfill(void *ptr, int value, fl::size num)
Definition memfill.h:11

References fl::memfill(), mPixelsCount, and mRgb.

+ Here is the call graph for this function: