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

◆ NewLinePath() [1/2]

XYPathPtr fl::XYPath::NewLinePath ( const Ptr< LinePathParams > & params = NewPtr<LinePathParams>())
static

Definition at line 145 of file xypath.cpp.

145 {
146 auto path = NewPtr<LinePath>(params);
147 return XYPathPtr::New(path);
148}
Ptr< T > NewPtr(Args... args)
Definition ptr.h:451

References fl::NewPtr(), and fl::Referent::Ptr.

+ Here is the call graph for this function: