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

Function CreateArgsLower

examples/XYPath/src/wave.cpp:20–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
19
20fl::WaveFx::Args CreateArgsLower() {
21 fl::WaveFx::Args out;
22 out.factor = fl::SuperSample::SUPER_SAMPLE_2X;
23 out.half_duplex = true;
24 out.auto_updates = true;
25 out.speed = 0.18f;
26 out.dampening = 9.0f;
27 out.crgbMap = fl::make_shared<fl::WaveCrgbGradientMap>(electricBlueFirePal);
28 return out;
29}
30
31fl::WaveFx::Args CreateArgsUpper() {
32 fl::WaveFx::Args out;

Callers 1

NewWaveSimulation2DFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected