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

◆ operator[]()

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

Definition at line 614 of file span.h.

614 {
616 return mData + parentRow * mDataWidth + mBottomLeft.x;
617 }
i32 mDataWidth
Definition span.h:631
vec2< i32 > mBottomLeft
Definition span.h:633

References FL_NOEXCEPT, mBottomLeft, mData, and mDataWidth.