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

◆ DEFINE_GRADIENT_PALETTE() [1/2]

DEFINE_GRADIENT_PALETTE ( electricBlueFirePal )

Definition at line 78 of file wavefx.cpp.

78 {
79 0, 0, 0, 0, // Black (lowest wave height)
80 32, 0, 0, 70, // Dark blue (low wave height)
81 128, 20, 57, 255, // Electric blue (medium wave height)
82 255, 255, 255, 255 // White (maximum wave height)
83};