Definition at line 18 of file frame.h.
◆ Frame()
fl::Frame::Frame |
( |
int | pixels_per_frame | ) |
|
|
explicit |
◆ ~Frame()
◆ copy()
void fl::Frame::copy |
( |
const Frame & | other | ) |
|
|
inline |
◆ draw()
void fl::Frame::draw |
( |
CRGB * | leds | ) |
const |
◆ interpolate() [1/2]
void fl::Frame::interpolate |
( |
const Frame & | frame1, |
|
|
const Frame & | frame2, |
|
|
uint8_t | amountOfFrame2 ) |
◆ interpolate() [2/2]
void fl::Frame::interpolate |
( |
const Frame & | frame1, |
|
|
const Frame & | frame2, |
|
|
uint8_t | amountofFrame2, |
|
|
CRGB * | pixels ) |
|
static |
◆ rgb() [1/2]
CRGB * fl::Frame::rgb |
( |
| ) |
|
|
inline |
◆ rgb() [2/2]
const CRGB * fl::Frame::rgb |
( |
| ) |
const |
|
inline |
◆ size()
size_t fl::Frame::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
- /home/runner/work/FastLED/FastLED/src/fx/frame.h
- /home/runner/work/FastLED/FastLED/src/fx/frame.cpp