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

◆ setSize()

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

Definition at line 64 of file raster_sparse.h.

64 {
65 setBounds(rect<int16_t>(0, 0, width, height));
66 }
uint16_t height() const
void setBounds(const rect< int16_t > &bounds)
uint16_t width() const

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

+ Here is the call graph for this function: