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

◆ ~FrameBuffer()

FrameBuffer::~FrameBuffer ( )
virtual

Definition at line 55 of file framebuffer.cpp.

55 {
57 mColorArray = nullptr;
58 mNColorArray = 0;
59}
Color3i * mColorArray
Definition framebuffer.h:25
void free(void *ptr)

References fl::free(), FrameBufferBase::mColorArray, and FrameBufferBase::mNColorArray.

+ Here is the call graph for this function: