MCPcopy 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
66float Key::IntensityFactor() const {
67 return mIntensity;
68}
69
70void Key::UpdateIntensity(uint32_t now_ms, uint32_t delta_ms) {
71 if (mOn) {

Callers 1

PaintVuMidNotesFadeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected