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
{
230
i32
parentRow
=
row
+
mBottomLeft
.y;
231
return
mData
+
parentRow
*
mDataWidth
+
mBottomLeft
.x;
232
}
fl::MatrixSlice::mDataWidth
i32 mDataWidth
Definition
slice.h:246
fl::MatrixSlice::mBottomLeft
vec2< i32 > mBottomLeft
Definition
slice.h:248
fl::MatrixSlice::mData
T * mData
Definition
slice.h:245
fl::MatrixSlice
Definition
slice.h:197
References
mBottomLeft
,
mData
, and
mDataWidth
.
fl
MatrixSlice
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2