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

Method height

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

Source from the content-addressed store, hash-verified

60
61 u32 width() const { return mWidth; }
62 u32 height() const { return mHeight; }
63
64 fl::span<T> span() { return fl::span<T>(mData); }
65 fl::span<const T> span() const { return fl::span<const T>(mData); }

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected