FastLED 3.9.15
Loading...
Searching...
No Matches

◆ sources

WaveSource PlasmaWaveGenerator::sources[4]
private
Initial value:
= {
{0.5f, 0.5f, 1.0f, 1.0f, 0.8f},
{0.0f, 0.0f, 1.5f, 0.8f, 1.2f},
{1.0f, 1.0f, 0.8f, 1.2f, 0.6f},
{0.5f, 0.0f, 1.2f, 0.9f, 1.0f}
}

Definition at line 110 of file FxNoiseRing.h.

110 {
111 {0.5f, 0.5f, 1.0f, 1.0f, 0.8f}, // Center source
112 {0.0f, 0.0f, 1.5f, 0.8f, 1.2f}, // Corner source
113 {1.0f, 1.0f, 0.8f, 1.2f, 0.6f}, // Opposite corner
114 {0.5f, 0.0f, 1.2f, 0.9f, 1.0f} // Edge source
115 };

Referenced by calculatePlasmaPixel().