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}