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

Method getCapturedBytes

tests/fl/chipsets/ucs7604.cpp:212–216  ·  view source on GitHub ↗

Access captured bytes from the delegate controller

Source from the content-addressed store, hash-verified

210
211 // Access captured bytes from the delegate controller
212 fl::span<const uint8_t> getCapturedBytes() const {
213 const DelegateType& delegate = this->getDelegate();
214 const IData* idata = static_cast<const IData*>(&delegate);
215 return idata->data();
216 }
217
218 // Set gamma override (accesses protected mSettings directly)
219 void setGamma(float gamma) { this->mSettings.mGamma = gamma; }

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected