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

◆ DEFINE_GRADIENT_PALETTE() [3/3]

DEFINE_GRADIENT_PALETTE ( firepal )

Definition at line 70 of file FireCylinder.h.

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