FastLED 3.9.15
Loading...
Searching...
No Matches

◆ FrameBufferBase()

FrameBufferBase::FrameBufferBase ( Color3i * array,
int n_pixels )

Definition at line 10 of file framebuffer.cpp.

11 : color_array_(array), n_color_array_(n_pixels) {}
Color3i * color_array_
Definition framebuffer.h:25

References color_array_, and n_color_array_.

Referenced by FrameBuffer::FrameBuffer().

+ Here is the caller graph for this function: