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

◆ clear()

void fl::Frame::clear ( )

Definition at line 76 of file frame.cpp.

76{ memset(mRgb.get(), 0, mPixelsCount * sizeof(CRGB)); }
fl::scoped_array< CRGB > mRgb
Definition frame.h:43
const size_t mPixelsCount
Definition frame.h:42

References mPixelsCount, and mRgb.