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

Method setScale

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

set_scaleMethod · 0.45

Tested by

no test coverage detected