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

◆ operator()() [1/2]

template<typename T>
T & fl::Grid< T >::operator() ( u32 x,
u32 y )
inline

Definition at line 58 of file grid.h.

58{ return at(x, y); }
T & at(u32 x, u32 y)
Definition grid.h:55

References at(), fl::x, and fl::y.

+ Here is the call graph for this function: