Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
44
Color3i* FrameBufferBase::GetIterator(int i) {
45
return mColorArray + i;
46
}
47
// Length in pixels.
48
int FrameBufferBase::length() const { return mNColorArray; }
49
Callers
2
PaintVuNotes
Method · 0.45
PaintVuSpaceInvaders
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected