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

◆ at() [1/2]

template<typename T>
T & fl::Grid< T >::at ( uint32_t x,
uint32_t y )
inline

Definition at line 54 of file grid.h.

54{ return access(x, y); }
T & access(uint32_t x, uint32_t y)
Definition grid.h:68
Definition grid.h:9

References access(), x, and y.

Referenced by operator()(), and operator()().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: