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

◆ setDrawBounds()

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

Definition at line 37 of file xypath.cpp.

37 {
38 mPathRenderer->setDrawBounds(width, height);
39}
XYPathRendererPtr mPathRenderer
Definition xypath.h:132

References mPathRenderer.