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

◆ XYRasterU8Sparse() [2/3]

fl::XYRasterU8Sparse::XYRasterU8Sparse ( int width,
int height )
inline

Definition at line 41 of file raster_sparse.h.

41 {
42 setBounds(rect<int>(0, 0, width, height));
43 }
void setBounds(const rect< int > &bounds)
uint16_t height() const
uint16_t width() const

References height(), setBounds(), and width().

+ Here is the call graph for this function: