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

◆ FrameBufferBase()

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

Definition at line 11 of file framebuffer.cpp.

12 : mColorArray(array), mNColorArray(n_pixels) {}
Color3i * mColorArray
Definition framebuffer.h:25

References mColorArray, and mNColorArray.

Referenced by FrameBuffer::FrameBuffer().

+ Here is the caller graph for this function: