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

◆ MatrixSlice() [2/3]

template<typename T>
fl::MatrixSlice< T >::MatrixSlice ( T * data,
int32_t dataWidth,
int32_t dataHeight,
int32_t bottomLeftX,
int32_t bottomLeftY,
int32_t topRightX,
int32_t topRightY )
inline

Definition at line 150 of file slice.h.

References mBottomLeft, mData, mDataHeight, mDataWidth, and mTopRight.