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

◆ Fire2012()

fl::Fire2012::Fire2012 ( u16 num_leds,
u8 cooling = 55,
u8 sparking = 120,
bool reverse_direction = false,
const CRGBPalette16 & palette = (const CRGBPalette16 &)HeatColors_p )
inline

Definition at line 50 of file fire2012.h.

53 : Fx1d(num_leds), cooling(cooling), sparking(sparking),
55 heat.resize(num_leds); // Vector elements are default-initialized
56 }
CRGBPalette16 palette
Definition fire2012.h:106
fl::vector_psram< u8 > heat
Definition fire2012.h:102
bool reverse_direction
Definition fire2012.h:105
Fx1d(u16 numLeds)
Definition fx1d.h:12

References fl::Fx1d::Fx1d(), cooling, heat, HeatColors_p, palette, reverse_direction, and sparking.

+ Here is the call graph for this function: