FastLED 3.9.7
|
Definition at line 29 of file framebuffer.h.
Public Member Functions | |
FrameBuffer (int n_pixels) | |
Public Member Functions inherited from FrameBufferBase | |
FrameBufferBase (Color3i *array, int n_pixels) | |
void | Set (int i, const Color3i &c) |
void | Set (int i, int length, const Color3i &color) |
void | FillColor (const Color3i &color) |
void | ApplyBlendSubtract (const Color3i &color) |
void | ApplyBlendAdd (const Color3i &color) |
void | ApplyBlendMultiply (const Color3i &color) |
Color3i * | GetIterator (int i) |
int | length () const |
Additional Inherited Members | |
Protected Attributes inherited from FrameBufferBase | |
Color3i * | color_array_ |
int | n_color_array_ |
FrameBuffer::FrameBuffer | ( | int | n_pixels | ) |
Definition at line 49 of file framebuffer.cpp.
|
virtual |
Definition at line 54 of file framebuffer.cpp.