FastLED
3.9.15
Loading...
Searching...
No Matches
◆
NewHeartPath()
[2/2]
XYPathPtr fl::XYPath::NewHeartPath
(
uint16_t
width
,
uint16_t
height
)
static
Definition at line
179
of file
xypath.cpp
.
179
{
180
HeartPathPtr path = HeartPathPtr::New();
181
XYPathPtr out = XYPathPtr::New(path);
182
out->setDrawBounds(width, height);
183
return
out;
184
}
fl
XYPath
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2