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

◆ ~LUT()

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

Definition at line 43 of file lut.h.

43 {
45 data = mDataHandle.get();
46 }
T * data
Definition lut.h:102
fl::scoped_ptr< T > mDataHandle
Definition lut.h:101
static void Free(T *p)
Definition allocator.h:20