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

Method getWidth

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

Source from the content-addressed store, hash-verified

22 }
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; }

Callers 15

upscaleMethod · 0.45
downscaleHalfFunction · 0.45
downscaleArbitraryFunction · 0.45
downscaleFunction · 0.45
upscaleArbitraryFunction · 0.45
upscalePowerOf2Function · 0.45
upscaleArbitraryFloatFunction · 0.45
upscaleFloatFunction · 0.45
sampleBilinearFunction · 0.45
sampleNearestFunction · 0.45
heightMethod · 0.45
CanvasMappedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected