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

◆ NewHeartPath() [2/2]

XYPathPtr fl::XYPath::NewHeartPath ( u16 width,
u16 height )
static

Definition at line 180 of file xypath.cpp.

180 {
181 HeartPathPtr path = fl::make_shared<HeartPath>();
182 XYPathPtr out = fl::make_shared<XYPath>(path);
183 out->setDrawBounds(width, height);
184 return out;
185}
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

References fl::make_shared().

+ Here is the call graph for this function: