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

Method getCapturedBytes

tests/fl/chipsets/ucs7604.cpp:183–187  ·  view source on GitHub ↗

Access captured bytes from the delegate controller

Source from the content-addressed store, hash-verified

181
182 // Access captured bytes from the delegate controller
183 fl::span<const uint8_t> getCapturedBytes() const {
184 const DelegateType& delegate = this->getDelegate();
185 const IData* idata = static_cast<const IData*>(&delegate);
186 return idata->data();
187 }
188
189 // Set gamma override (accesses protected mSettings directly)
190 void setGamma(float gamma) { this->mSettings.mGamma = gamma; }

Callers 3

testUCS7604ControllerFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected