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

◆ operator[]()

template<typename T>
T * fl::MatrixSlice< T >::operator[] ( i32 row)
inline

Definition at line 229 of file slice.h.

229 {
231 return mData + parentRow * mDataWidth + mBottomLeft.x;
232 }
vec2< i32 > mBottomLeft
Definition slice.h:248

References mBottomLeft, mData, and mDataWidth.