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

◆ NewHeartPath() [1/2]

XYPathPtr fl::XYPath::NewHeartPath ( )
static

Definition at line 174 of file xypath.cpp.

174 {
175 HeartPathPtr path = HeartPathPtr::New();
176 return XYPathPtr::New(path);
177}

Referenced by CreateXYPaths().

+ Here is the caller graph for this function: