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
};
examples
FireMatrix
FireMatrix.h
Generated on Mon Jun 16 2025 06:27:48 for FastLED by
1.13.2