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

◆ XYRasterSparse_RGB8() [2/4]

fl::XYRasterSparse_RGB8::XYRasterSparse_RGB8 ( u16 width,
u16 height )
inline

Definition at line 231 of file raster_sparse.h.

231 {
232 setBounds(rect<u16>(0, 0, width, height));
233 }
void setBounds(const rect< u16 > &bounds)

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

+ Here is the call graph for this function: