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

Method height

src/fl/gfx/leds.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30 fl::size width() const { return mXyMap.getHeight(); }
31 fl::size height() const { return mXyMap.getWidth(); }
32
33 // Allows normal matrix array (row major) access, bypassing the XYMap.
34 // Will assert if XYMap is not serpentine or line by line.

Callers 11

NewCustomPathMethod · 0.45
readFromMethod · 0.45
drawMethod · 0.45
readFromMultiMethod · 0.45
FL_TEST_FILEFunction · 0.45
flowfield.hppFile · 0.45
geometry.cppFile · 0.45
grid.hppFile · 0.45
fillFrameBufferNoiseFunction · 0.45
fillFrameBufferFireFunction · 0.45
loopFunction · 0.45

Calls 1

getWidthMethod · 0.45

Tested by

no test coverage detected