FastLED 3.9.15
|
#include <frame.h>
Public Member Functions | |
Frame (int pixels_per_frame) | |
~Frame () override | |
void | copy (const Frame &other) |
void | draw (CRGB *leds) const |
void | interpolate (const Frame &frame1, const Frame &frame2, uint8_t amountOfFrame2) |
CRGB * | rgb () |
const CRGB * | rgb () const |
size_t | size () const |
![]() | |
virtual int | ref_count () const |
Static Public Member Functions | |
static void | interpolate (const Frame &frame1, const Frame &frame2, uint8_t amountofFrame2, CRGB *pixels) |
Private Attributes | |
const size_t | mPixelsCount |
fl::scoped_array< CRGB > | mRgb |
Additional Inherited Members | |
![]() | |
Referent () | |
Referent (const Referent &) | |
Referent (Referent &&) | |
virtual | ~Referent () |
virtual void | destroy () |
Referent & | operator= (const Referent &) |
Referent & | operator= (Referent &&) |
virtual void | ref () |
virtual void | unref () |