Definition at line 8 of file framebuffer.h.
◆ FrameBufferBase()
FrameBufferBase::FrameBufferBase |
( |
Color3i * | array, |
|
|
int | n_pixels ) |
◆ ~FrameBufferBase()
FrameBufferBase::~FrameBufferBase |
( |
| ) |
|
|
virtual |
◆ ApplyBlendAdd()
void FrameBufferBase::ApplyBlendAdd |
( |
const Color3i & | color | ) |
|
◆ ApplyBlendMultiply()
void FrameBufferBase::ApplyBlendMultiply |
( |
const Color3i & | color | ) |
|
◆ ApplyBlendSubtract()
void FrameBufferBase::ApplyBlendSubtract |
( |
const Color3i & | color | ) |
|
◆ FillColor()
void FrameBufferBase::FillColor |
( |
const Color3i & | color | ) |
|
◆ GetIterator()
Color3i * FrameBufferBase::GetIterator |
( |
int | i | ) |
|
◆ length()
int FrameBufferBase::length |
( |
| ) |
const |
◆ Set() [1/2]
void FrameBufferBase::Set |
( |
int | i, |
|
|
const Color3i & | c ) |
◆ Set() [2/2]
void FrameBufferBase::Set |
( |
int | i, |
|
|
int | length, |
|
|
const Color3i & | color ) |
◆ color_array_
Color3i* FrameBufferBase::color_array_ |
|
protected |
◆ n_color_array_
int FrameBufferBase::n_color_array_ |
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/FastLED/FastLED/examples/LuminescentGrand/shared/framebuffer.h
- /home/runner/work/FastLED/FastLED/examples/LuminescentGrand/shared/framebuffer.cpp