#include <breathColorMode.h>

Public Member Functions | |
| BreathColorMode (color::rgba color, int priority=0, double freq=20, int pulses=0, double timeout=0) | |
| void | execute () |
| std::string | getName () |
Private Attributes | |
| double | _timer_inc |
| float | h |
Definition at line 60 of file breathColorMode.h.
| BreathColorMode::BreathColorMode | ( | color::rgba | color, |
| int | priority = 0, |
||
| double | freq = 20, |
||
| int | pulses = 0, |
||
| double | timeout = 0 |
||
| ) | [inline] |
Definition at line 63 of file breathColorMode.h.
| void BreathColorMode::execute | ( | ) | [inline, virtual] |
Implements Mode.
Definition at line 70 of file breathColorMode.h.
| std::string BreathColorMode::getName | ( | ) | [inline, virtual] |
Implements Mode.
Definition at line 100 of file breathColorMode.h.
double BreathColorMode::_timer_inc [private] |
Definition at line 103 of file breathColorMode.h.
float BreathColorMode::h [private] |
Definition at line 104 of file breathColorMode.h.