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

◆ at() [2/2]

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

Definition at line 56 of file grid.h.

56{ return access(x, y); }
T & access(u32 x, u32 y)
Definition grid.h:74

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

+ Here is the call graph for this function: