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

Method name

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

Source from the content-addressed store, hash-verified

55void XYPath::setScale(float scale) { mPathRenderer->setScale(scale); }
56
57string XYPath::name() const { return mPath->name(); }
58Tile2x2_u8 XYPath::at_subpixel(float alpha) {
59 return mPathRenderer->at_subpixel(alpha);
60}

Callers 7

getEngineNameMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
loopFunction · 0.45
setupFunction · 0.45
loopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected