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 48 of file lut.h.

48{ return data[index]; }
T * data
Definition lut.h:102
Definition lut.h:34