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

◆ ~LUT()

template<typename T>
fl::LUT< T >::~LUT ( )
inline

Definition at line 52 of file lut.h.

52 {
54 data = mDataHandle.get();
55 }
T * data
Definition lut.h:70
fl::scoped_ptr< T > mDataHandle
Definition lut.h:69
static void Free(T *p)
Definition allocator.h:23