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

◆ NewRosePath()

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

Definition at line 199 of file xypath.cpp.

200 {
201 RosePathPtr path = RosePathPtr::New(params);
202 XYPathPtr out = XYPathPtr::New(path);
203 if (width > 0 && height > 0) {
204 out->setDrawBounds(width, height);
205 }
206 return out;
207}

References fl::Referent::Ptr.

Referenced by CreateXYPaths().

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