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

◆ clear()

void fl::Frame::clear ( )

Definition at line 76 of file frame.cpp.

76{ memset(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

References mPixelsCount, and mRgb.