FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator[]()
template<typename T>
T *
fl::MatrixSlice
< T >::operator[]
(
int32_t
row
)
inline
Definition at line
177
of file
slice.h
.
177
{
178
int32_t
parentRow
=
row
+
mBottomLeft
.y;
179
return
mData
+
parentRow
*
mDataWidth
+
mBottomLeft
.x;
180
}
fl::MatrixSlice::mBottomLeft
vec2< int32_t > mBottomLeft
Definition
slice.h:196
fl::MatrixSlice::mDataWidth
int32_t mDataWidth
Definition
slice.h:194
fl::MatrixSlice::mData
T * mData
Definition
slice.h:193
fl::MatrixSlice
Definition
slice.h:145
References
mBottomLeft
,
mData
, and
mDataWidth
.
fl
MatrixSlice
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2