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

◆ FrameBuffer()

FrameBuffer::FrameBuffer ( int n_pixels)

Definition at line 49 of file framebuffer.cpp.

50 : FrameBufferBase(static_cast<Color3i*>(malloc(sizeof(Color3i) * n_pixels)),
51 n_pixels) {
52}
FrameBufferBase(Color3i *array, int n_pixels)

References FrameBufferBase::FrameBufferBase().

+ Here is the call graph for this function: