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

◆ NewHeartPath() [1/2]

XYPathPtr fl::XYPath::NewHeartPath ( )
static

Definition at line 175 of file xypath.cpp.

175 {
176 HeartPathPtr path = fl::make_shared<HeartPath>();
177 return fl::make_shared<XYPath>(path);
178}
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

References fl::make_shared().

Referenced by CreateXYPaths().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: