#include <breathColorMode.h>

Public Member Functions | |
| BreathColorMode (color::rgba color, int priority=0, double freq=0.25, int pulses=0, double timeout=0) | |
| void | execute () |
| std::string | getName () |
Private Attributes | |
| double | _inc |
| double | _timer_inc |
| float | h |
Definition at line 23 of file breathColorMode.h.
| BreathColorMode::BreathColorMode | ( | color::rgba | color, |
| int | priority = 0, |
||
| double | freq = 0.25, |
||
| int | pulses = 0, |
||
| double | timeout = 0 |
||
| ) | [inline] |
Definition at line 26 of file breathColorMode.h.
| void BreathColorMode::execute | ( | ) | [inline, virtual] |
Implements Mode.
Definition at line 34 of file breathColorMode.h.
| std::string BreathColorMode::getName | ( | ) | [inline, virtual] |
Implements Mode.
Definition at line 64 of file breathColorMode.h.
double BreathColorMode::_inc [private] |
Definition at line 68 of file breathColorMode.h.
double BreathColorMode::_timer_inc [private] |
Definition at line 67 of file breathColorMode.h.
float BreathColorMode::h [private] |
Definition at line 69 of file breathColorMode.h.