Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ IntensityFactor
Method
IntensityFactor
examples/LuminescentGrand/shared/Keyboard.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
float Key::IntensityFactor() const {
67
return mIntensity;
68
}
69
70
void Key::UpdateIntensity(uint32_t now_ms, uint32_t delta_ms) {
71
if (mOn) {
Callers
1
PaintVuMidNotesFade
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected