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

Method getData

src/fl/math/lut.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 T *getDataMutable() FL_NOEXCEPT { return data; }
54
55 const T *getData() const FL_NOEXCEPT { return data; }
56
57 u32 size() const FL_NOEXCEPT { return length; }
58

Callers 15

showPixelsMethod · 0.80
transmitBatchMethod · 0.80
convertToLookUpTableMethod · 0.80
mapToIndexMethod · 0.80
getStripPixelDataFunction · 0.80
showPixelsMethod · 0.80
showPixelsMethod · 0.80
beginTransmissionMethod · 0.80
startNextChannelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected