Class FireAnimation

Inheritance Relationships

Base Type

Class Documentation

class FireAnimation : public PixelMaestro::Animation

Public Functions

FireAnimation(Section &section)
~FireAnimation()
uint8_t get_multiplier() const

Returns the multiplier, which changes the height of the flames.

Return

Flame multiplier.

void map()

Update the map. This occurs on each frame.

void set_multiplier(uint8_t multiplier)

Sets the multiplier, which determines the height of the flames.

Parameters
  • multiplier: Flame height.

void update()