| 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); |
no outgoing calls
no test coverage detected