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

◆ DEFINE_GRADIENT_PALETTE() [5/6]

DEFINE_GRADIENT_PALETTE ( waveGreenpal )

Definition at line 210 of file curr.h.

210 {
211 0, 0, 0, 0, // Black (no wave)
212 8, 128, 64, 64, // Green with red tint (very low wave)
213 16, 255, 222, 222, // Pinkish red (low wave)
214 64, 255, 255, 255, // White (medium wave)
215 255, 255, 255, 255 // White (high wave)
216};