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

Method GetIterator

examples/LuminescentGrand/shared/framebuffer.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43}
44Color3i* FrameBufferBase::GetIterator(int i) {
45 return mColorArray + i;
46}
47// Length in pixels.
48int FrameBufferBase::length() const { return mNColorArray; }
49

Callers 2

PaintVuNotesMethod · 0.45
PaintVuSpaceInvadersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected