|
FastLED 3.9.15
|
Definition at line 29 of file framebuffer.h.
#include <framebuffer.h>
Inheritance diagram for FrameBuffer:
Collaboration diagram for FrameBuffer:Public Member Functions | |
| FrameBuffer (int n_pixels) | |
| virtual | ~FrameBuffer () |
Public Member Functions inherited from FrameBufferBase | |
| FrameBufferBase (Color3i *array, int n_pixels) | |
| virtual | ~FrameBufferBase () |
| void | ApplyBlendAdd (const Color3i &color) |
| void | ApplyBlendMultiply (const Color3i &color) |
| void | ApplyBlendSubtract (const Color3i &color) |
| void | FillColor (const Color3i &color) |
| Color3i * | GetIterator (int i) |
| int | length () const |
| void | Set (int i, const Color3i &c) |
| void | Set (int i, int length, const Color3i &color) |
Additional Inherited Members | |
Protected Attributes inherited from FrameBufferBase | |
| Color3i * | color_array_ |
| int | n_color_array_ |