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

◆ operator()()

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

Definition at line 226 of file slice.h.

226{ return at(x, y); }
T & at(i32 x, i32 y)
Definition slice.h:234

References at(), x, and y.

+ Here is the call graph for this function: