Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ LedValue
Method
LedValue
src/noisegen.h:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
int LedValue(fl::i32 i, unsigned long time_ms) const {
26
int val = Value(i, time_ms);
27
return fl::max(0, val - 128) * 2;
28
}
29
};
30
Callers
1
draw
Method · 0.80
Calls
2
Value
Enum · 0.85
max
Function · 0.85
Tested by
no test coverage detected