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

Method addf

examples/XYPath/src/wave.h:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 fl::Blend2dPtr blend_stack;
15 void draw(fl::Fx::DrawContext context) { blend_stack->draw(context); }
16 void addf(size_t x, size_t y, float value) {
17 wave_fx_low->addf(x, y, value);
18 wave_fx_high->addf(x, y, value);
19 }
20};
21
22struct DrawRasterToWaveSimulator {

Callers 2

applyFancyEffectFunction · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected