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

◆ DEFINE_GRADIENT_PALETTE() [1/2]

DEFINE_GRADIENT_PALETTE ( electricBlueFirePal )

Definition at line 77 of file wavefx.cpp.

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