Definition at line 18 of file frame.h.
◆ Frame()
Frame::Frame |
( |
int | pixels_per_frame, |
|
|
bool | has_alpha = false ) |
|
explicit |
◆ ~Frame()
◆ alpha() [1/2]
uint8_t * Frame::alpha |
( |
| ) |
|
|
inline |
◆ alpha() [2/2]
const uint8_t * Frame::alpha |
( |
| ) |
const |
|
inline |
◆ copy()
void Frame::copy |
( |
const Frame & | other | ) |
|
|
inline |
◆ draw()
void Frame::draw |
( |
CRGB * | leds, |
|
|
uint8_t * | alpha ) const |
◆ getTimestamp()
uint32_t Frame::getTimestamp |
( |
| ) |
const |
|
inline |
◆ interpolate() [1/2]
void Frame::interpolate |
( |
const Frame & | frame1, |
|
|
const Frame & | frame2, |
|
|
uint8_t | amountofFrame2 ) |
◆ interpolate() [2/2]
void Frame::interpolate |
( |
const Frame & | frame1, |
|
|
const Frame & | frame2, |
|
|
uint8_t | amountofFrame2, |
|
|
CRGB * | pixels, |
|
|
uint8_t * | alpha ) |
|
static |
◆ rgb() [1/2]
◆ rgb() [2/2]
const CRGB * Frame::rgb |
( |
| ) |
const |
|
inline |
◆ setTimestamp()
void Frame::setTimestamp |
( |
uint32_t | now | ) |
|
|
inline |
◆ size()
size_t 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