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

188 {
189 RosePathPtr path = RosePathPtr::New(params);
190 XYPathPtr out = XYPathPtr::New(path);
191 if (width > 0 && height > 0) {
192 out->setDrawBounds(width, height);
193 }
194 return out;
195}

References fl::Referent::Ptr.

Referenced by CreateXYPaths().

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