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

◆ setDrawBounds()

void fl::XYPath::setDrawBounds ( u16 width,
u16 height )

Definition at line 51 of file xypath.cpp.hpp.

51 {
52 mPathRenderer->setDrawBounds(width, height);
53}
XYPathRendererPtr mPathRenderer
Definition xypath.h:133
u8 u8 height
Definition blur.h:186
u8 width
Definition blur.h:186

References fl::height, mPathRenderer, and fl::width.