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

◆ DEFINE_GRADIENT_PALETTE() [1/3]

DEFINE_GRADIENT_PALETTE ( electricBlueFirePal )

Definition at line 86 of file FireCylinder.h.

86 {
87 // Blue fire palette - for a cold/ice fire look
88 0, 0, 0, 0, // Black (bottom)
89 32, 0, 0, 70, // Dark blue (base)
90 128, 20, 57, 255, // Electric blue (middle)
91 255, 255, 255, 255 // White (hottest part)
92};