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

◆ DEFINE_GRADIENT_PALETTE() [2/3]

DEFINE_GRADIENT_PALETTE ( electricGreenFirePal )

Definition at line 78 of file FireMatrix.h.

78 {
79 // Green fire palette - for a toxic/alien look
80 0, 0, 0, 0, // black (space above fire)
81 32, 0, 70, 0, // dark green (tips of flames)
82 190, 57, 255, 20, // electric neon green (middle of flames)
83 255, 255, 255, 255 // white (hottest part/base of flames)
84};