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

◆ XYRasterU8Sparse() [2/4]

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

Definition at line 42 of file raster_sparse.h.

42 {
43 setBounds(rect<u16>(0, 0, width, height));
44 }
void setBounds(const rect< u16 > &bounds)

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

+ Here is the call graph for this function: