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 219 of file xypath.cpp.

220 {
221 GielisCurvePathPtr path = GielisCurvePathPtr::New(params);
222 XYPathPtr out = XYPathPtr::New(path);
223 if (width > 0 && height > 0) {
224 out->setDrawBounds(width, height);
225 }
226 return out;
227}

References fl::Referent::Ptr.

Referenced by CreateXYPaths().

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