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

Method width

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

Source from the content-addressed store, hash-verified

28 const CRGB &at(int x, int y) const { return (*this)(x, y); }
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.

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

getHeightMethod · 0.45

Tested by

no test coverage detected