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

Method size

src/pixelset.h:129–129  ·  view source on GitHub ↗

Get the size of this set @return the size of the set, in number of LEDs

Source from the content-addressed store, hash-verified

127 /// Get the size of this set
128 /// @return the size of the set, in number of LEDs
129 int size() { return fl::abs(len); }
130
131 /// Whether or not this set goes backwards
132 /// @return whether or not the set is backwards

Callers

nothing calls this directly

Calls 1

absFunction · 0.50

Tested by

no test coverage detected