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

◆ Fire2012()

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

Definition at line 51 of file fire2012.h.

54 : Fx1d(num_leds), cooling(cooling), sparking(sparking),
56 heat.reset(new uint8_t[num_leds]()); // Initialize to zero
57 }
CRGBPalette16 palette
Definition fire2012.h:107
uint8_t cooling
Definition fire2012.h:104
fl::scoped_array< uint8_t > heat
Definition fire2012.h:103
bool reverse_direction
Definition fire2012.h:106
uint8_t sparking
Definition fire2012.h:105
Fx1d(uint16_t numLeds)
Definition fx1d.h:14

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

+ Here is the call graph for this function: