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

◆ operator[]() [1/2]

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

Definition at line 61 of file lut.h.

61 {
62 return data[index];
63 }
T * data
Definition lut.h:70
Definition lut.h:41