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

◆ setDrawBounds()

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

Definition at line 50 of file xypath.cpp.

50 {
51 mPathRenderer->setDrawBounds(width, height);
52}
XYPathRendererPtr mPathRenderer
Definition xypath.h:132

References mPathRenderer.