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

◆ setSize()

void fl::XYRasterU8Sparse::setSize ( u16 width,
u16 height )
inline

Definition at line 59 of file raster_sparse.h.

59 {
60 setBounds(rect<u16>(0, 0, width, height));
61 }
void setBounds(const rect< u16 > &bounds)

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

+ Here is the call graph for this function: