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

Method setName

src/fl/gfx/xypath.h:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 vec2f compute(float alpha) override { return mFunction(alpha); }
146 const string name() const override { return mName; }
147 void setName(const string &name) { mName = name; }
148
149 fl::rect<i16> drawBounds() const { return mDrawBounds; }
150 void setDrawBounds(const fl::rect<i16> &bounds) { mDrawBounds = bounds; }

Callers 1

NewCustomPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected