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

◆ FrameBuffer()

FrameBuffer::FrameBuffer ( int n_pixels)

Definition at line 50 of file framebuffer.cpp.

51 : FrameBufferBase(static_cast<Color3i*>(fl::malloc(sizeof(Color3i) * n_pixels)),
52 n_pixels) {
53}
FrameBufferBase(Color3i *array, int n_pixels)
void * malloc(size_t size)
Definition malloc.cpp.hpp:9

References FrameBufferBase::FrameBufferBase().

+ Here is the call graph for this function: