FastLED 3.9.15
Loading...
Searching...
No Matches
fl::LUT< T > Class Template Reference

Detailed Description

template<typename T>
class fl::LUT< T >

Definition at line 35 of file lut.h.

#include <lut.h>

+ Inheritance diagram for fl::LUT< T >:

Public Member Functions

 LUT (u32 length)
 
 LUT (u32 length, T *data)
 
 ~LUT ()
 
const T * getData () const
 
T * getDataMutable ()
 
interp16 (u16 alpha)
 
interp8 (u8 alpha)
 
const T & operator[] (u16 index) const
 
const T & operator[] (u32 index) const
 
u32 size () const
 

Private Attributes

T * data = nullptr
 
u32 length
 
fl::unique_ptr< T > mDataHandle
 

The documentation for this class was generated from the following file: