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

Method setXYMap

src/fl/fx/fx2d.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 u16 getHeight() const { return mXyMap.getHeight(); }
24 u16 getWidth() const { return mXyMap.getWidth(); }
25 void setXYMap(const XYMap &xyMap) { mXyMap = xyMap; }
26 XYMap &getXYMap() { return mXyMap; }
27 const XYMap &getXYMap() const { return mXyMap; }
28

Callers 1

addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected