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

◆ NewCirclePath() [2/2]

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

Definition at line 169 of file xypath.cpp.hpp.

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

References fl::height, fl::make_shared(), and fl::width.

+ Here is the call graph for this function: