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

Method clearGamma

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

Source from the content-addressed store, hash-verified

189 // Set gamma override (accesses protected mSettings directly)
190 void setGamma(float gamma) { this->mSettings.mGamma = gamma; }
191 void clearGamma() { this->mSettings.mGamma.reset(); }
192};
193
194/// Test wrapper that exposes protected showPixels method and provides access to captured bytes

Callers 1

FL_TEST_FILEFunction · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected