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

◆ DEFINE_GRADIENT_PALETTE() [1/3]

DEFINE_GRADIENT_PALETTE ( electricBlueFirePal )

Definition at line 88 of file FireMatrix.h.

88 {
89 // Blue fire palette - for a cold/ice fire look
90 0, 0, 0, 0, // Black (bottom)
91 32, 0, 0, 70, // Dark blue (base)
92 128, 20, 57, 255, // Electric blue (middle)
93 255, 255, 255, 255 // White (hottest part)
94};