Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getDataMutable
Method
getDataMutable
src/fl/math/lut.h:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
const T &operator[](u16 index) const FL_NOEXCEPT { return data[index]; }
52
53
T *getDataMutable() FL_NOEXCEPT { return data; }
54
55
const T *getData() const FL_NOEXCEPT { return data; }
56
Callers
10
convertToLookUpTable
Method · 0.80
ScreenMap
Method · 0.80
set
Method · 0.80
getBounds
Method · 0.80
screenmap.cpp.hpp
File · 0.80
addOffset
Method · 0.80
constructWithLookUpTable
Method · 0.80
fromXMap
Method · 0.80
convertToLookUpTable
Method · 0.80
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected