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

◆ operator[]() [1/2]

template<typename T>
const T & fl::LUT< T >::operator[] ( u16 index) const
inline

Definition at line 51 of file lut.h.

51{ return data[index]; }
T * data
Definition lut.h:103
Definition lut.h:35