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

◆ DEFINE_GRADIENT_PALETTE() [3/3]

DEFINE_GRADIENT_PALETTE ( firepal )

Definition at line 72 of file FireMatrix.h.

72 {
73 // Traditional fire palette - transitions from black to red to yellow to white
74 0, 0, 0, 0, // black (bottom of fire)
75 32, 255, 0, 0, // red (base of flames)
76 190, 255, 255, 0, // yellow (middle of flames)
77 255, 255, 255, 255 // white (hottest part/tips of flames)
78};