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

Method draw

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

Source from the content-addressed store, hash-verified

13 fl::WaveFxPtr wave_fx_high;
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);

Callers 7

loopFunction · 0.45
wavefx_loopFunction · 0.45
loopFunction · 0.45
drawWaveFunction · 0.45
drawAnimartrixFunction · 0.45
loopFunction · 0.45
loopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected