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

◆ DEFINE_GRADIENT_PALETTE() [1/3]

DEFINE_GRADIENT_PALETTE ( electricBlueFirePal )

Definition at line 86 of file FireMatrix.h.

86 {
87 // Blue fire palette - for a cold/ice fire look
88 0, 0, 0, 0, // Black (space above fire)
89 32, 0, 0, 70, // Dark blue (tips of flames)
90 128, 20, 57, 255, // Electric blue (middle of flames)
91 255, 255, 255, 255 // White (hottest part/base of flames)
92};