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

◆ NewGielisCurvePath()

XYPathPtr fl::XYPath::NewGielisCurvePath ( uint16_t width = 0,
uint16_t height = 0,
const Ptr< GielisCurveParams > & params = NewPtr<GielisCurveParams>() )
static

Definition at line 207 of file xypath.cpp.

208 {
209 GielisCurvePathPtr path = GielisCurvePathPtr::New(params);
210 XYPathPtr out = XYPathPtr::New(path);
211 if (width > 0 && height > 0) {
212 out->setDrawBounds(width, height);
213 }
214 return out;
215}

References fl::Referent::Ptr.

Referenced by CreateXYPaths().

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