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

Method end

src/fl/gfx/corkscrew.h:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 fl::size size() const;
182 iterator begin() { return iterator(this, 0); }
183 iterator end() { return iterator(this, size()); }
184
185 // Non-essential API - Lower level access
186 vec2f at_no_wrap(fl::u16 i) const;

Callers 3

onQueuingDoneMethod · 0.45
getMaxBytesInStripMethod · 0.45

Calls 2

iteratorClass · 0.70
sizeFunction · 0.50

Tested by

no test coverage detected