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

◆ operator[]() [2/2]

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

Definition at line 57 of file lut.h.

57 {
58 return data[index];
59 }
T * data
Definition lut.h:70
Definition lut.h:41