MCPcopy 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

drawMethod · 0.80

Calls 2

ValueEnum · 0.85
maxFunction · 0.85

Tested by

no test coverage detected