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

◆ operator()() [2/2]

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

Definition at line 57 of file grid.h.

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

References at(), x, and y.

+ Here is the call graph for this function: