FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator[]()
template<typename T>
T *
fl::MatrixSlice
< T >::operator[]
(
int32_t
row
)
inline
Definition at line
179
of file
slice.h
.
179
{
180
int32_t
parentRow
=
row
+
mBottomLeft
.y;
181
return
mData
+
parentRow
*
mDataWidth
+
mBottomLeft
.x;
182
}
fl::MatrixSlice::mBottomLeft
vec2< int32_t > mBottomLeft
Definition
slice.h:198
fl::MatrixSlice::mDataWidth
int32_t mDataWidth
Definition
slice.h:196
fl::MatrixSlice::mData
T * mData
Definition
slice.h:195
fl::MatrixSlice
Definition
slice.h:147
References
mBottomLeft
,
mData
, and
mDataWidth
.
fl
MatrixSlice
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2