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

Method getTotal

src/fl/math/xymap.cpp.hpp:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151u16 XYMap::getHeight() const { return height; }
152
153u16 XYMap::getTotal() const { return width * height; }
154
155XYMap::XyMapType XYMap::getType() const { return type; }
156

Callers 15

upscaleArbitraryFunction · 0.80
upscalePowerOf2Function · 0.80
upscaleArbitraryFloatFunction · 0.80
upscaleFloatFunction · 0.80
fillMethod · 0.80
LedsMethod · 0.80
Fx2dMethod · 0.80
drawMethod · 0.80
Blend2dMethod · 0.80
drawMethod · 0.80
noExpandMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected