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

Method width

src/fl/math/grid.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 const T &operator()(u32 x, u32 y) const { return at(x, y); }
60
61 u32 width() const { return mWidth; }
62 u32 height() const { return mHeight; }
63
64 fl::span<T> span() { return fl::span<T>(mData); }

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected