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

◆ Frame()

fl::Frame::Frame ( int pixels_per_frame)
explicit

Definition at line 17 of file frame.cpp.

17 : mPixelsCount(pixels_count), mRgb() {
18 mRgb.resize(pixels_count);
19 memset(mRgb.data(), 0, pixels_count * sizeof(CRGB));
20}
fl::vector< CRGB, fl::allocator_psram< CRGB > > mRgb
Definition frame.h:45
const size_t mPixelsCount
Definition frame.h:44

References mPixelsCount, and mRgb.

Referenced by copy(), interpolate(), and interpolate().

+ Here is the caller graph for this function: