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

◆ setSize()

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

Definition at line 59 of file raster_sparse.h.

59 {
60 setBounds(rect<int>(0, 0, width, height));
61 }
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: