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
};
examples
FireMatrix
FireMatrix.h
Generated on Tue Jun 16 2026 00:07:00 for FastLED by
1.13.2