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
155
of file
xypath.cpp
.
155
{
156
CirclePathPtr path = CirclePathPtr::New();
157
XYPathPtr out = XYPathPtr::New(path);
158
out->setDrawBounds(width, height);
159
return
out;
160
}
fl
XYPath
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2