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

◆ DEFINE_GRADIENT_PALETTE() [5/6]

DEFINE_GRADIENT_PALETTE ( waveGreenpal )

Definition at line 222 of file curr.h.

222 {
223 0, 0, 0, 0, // Black (no wave)
224 8, 128, 64, 64, // Green with red tint (very low wave)
225 16, 255, 222, 222, // Pinkish red (low wave)
226 64, 255, 255, 255, // White (medium wave)
227 255, 255, 255, 255 // White (high wave)
228};