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

◆ NewHeartPath() [2/2]

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

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

181 {
182 HeartPathPtr path = fl::make_shared<HeartPath>();
183 XYPathPtr out = fl::make_shared<XYPath>(path);
184 out->setDrawBounds(width, height);
185 return out;
186}
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: