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 167 of file xypath.cpp.

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