MCPcopy Create free account
hub / github.com/FastLED/FastLED / triggerX

Method triggerX

src/fl/fx/2d/flowfield.h:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 mYBias(height, attackTau, decayTau) {}
109
110 void triggerX(float center, float width, float amplitude,
111 BumpShape shape = BumpShape::HalfSine) {
112 mXBias.trigger(center, width, amplitude, shape);
113 }
114
115 void triggerY(float center, float width, float amplitude,
116 BumpShape shape = BumpShape::HalfSine) {

Callers 3

noisePunchMethod · 0.80
noisePunchXMethod · 0.80
flowfield.hppFile · 0.80

Calls 1

triggerMethod · 0.45

Tested by

no test coverage detected