MCPcopy Create free account
hub / github.com/FastLED/FastLED / NewHeartPath

Method NewHeartPath

src/fl/gfx/xypath.cpp.hpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176XYPathPtr XYPath::NewHeartPath() {
177 HeartPathPtr path = fl::make_shared<HeartPath>();
178 return fl::make_shared<XYPath>(path);
179}
180
181XYPathPtr XYPath::NewHeartPath(u16 width, u16 height) {
182 HeartPathPtr path = fl::make_shared<HeartPath>();

Callers

nothing calls this directly

Calls 1

setDrawBoundsMethod · 0.45

Tested by

no test coverage detected