Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ clearGamma
Method
clearGamma
tests/fl/chipsets/ucs7604.cpp:220–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
// Set gamma override (accesses protected mSettings directly)
219
void setGamma(float gamma) { this->mSettings.mGamma = gamma; }
220
void clearGamma() { this->mSettings.mGamma.reset(); }
221
};
222
223
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected