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

◆ setSize()

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

Definition at line 68 of file raster_sparse.h.

68 {
69 setBounds(rect<u16>(0, 0, width, height));
70 }
void setBounds(const rect< u16 > &bounds)

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

+ Here is the call graph for this function: