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

◆ NewCirclePath() [2/2]

XYPathPtr fl::XYPath::NewCirclePath ( uint16_t width,
uint16_t height )
static

Definition at line 167 of file xypath.cpp.

167 {
168 CirclePathPtr path = CirclePathPtr::New();
169 XYPathPtr out = XYPathPtr::New(path);
170 out->setDrawBounds(width, height);
171 return out;
172}