MCPcopy 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

convertToLookUpTableMethod · 0.80
ScreenMapMethod · 0.80
setMethod · 0.80
getBoundsMethod · 0.80
screenmap.cpp.hppFile · 0.80
addOffsetMethod · 0.80
fromXMapMethod · 0.80
convertToLookUpTableMethod · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected