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

◆ at() [2/2]

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

Definition at line 239 of file slice.h.

239 {
240 auto parent = getParentCoord(x, y);
241 return mData[parent.x + parent.y * mDataWidth];
242 }
vec2< i32 > getParentCoord(i32 x_local, i32 y_local) const
Definition slice.h:213

References getParentCoord(), mData, mDataWidth, x, and y.

+ Here is the call graph for this function: