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

◆ NewCirclePath() [2/2]

XYPathPtr fl::XYPath::NewCirclePath ( u16 width,
u16 height )
static

Definition at line 168 of file xypath.cpp.

168 {
169 CirclePathPtr path = fl::make_shared<CirclePath>();
170 XYPathPtr out = fl::make_shared<XYPath>(path);
171 out->setDrawBounds(width, height);
172 return out;
173}
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

References fl::make_shared().

+ Here is the call graph for this function: