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

◆ NewHeartPath() [1/2]

XYPathPtr fl::XYPath::NewHeartPath ( )
static

Definition at line 162 of file xypath.cpp.

162 {
163 HeartPathPtr path = HeartPathPtr::New();
164 return XYPathPtr::New(path);
165}

Referenced by CreateXYPaths().

+ Here is the caller graph for this function: