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

◆ operator()()

template<typename T>
T & fl::MatrixSlice< T >::operator() ( int32_t x,
int32_t y )
inline

Definition at line 174 of file slice.h.

174{ return at(x, y); }
T & at(int32_t x, int32_t y)
Definition slice.h:182

References at(), x, and y.

+ Here is the call graph for this function: