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

◆ DEFINE_GRADIENT_PALETTE() [3/3]

DEFINE_GRADIENT_PALETTE ( firepal )

Definition at line 70 of file FireMatrix.h.

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