#include <glowColorMode.h>

Public Member Functions | |
| void | execute () |
| std::string | getName () |
| GlowColorMode (color::rgba color, int priority=0, double freq=0.25, int pulses=0, double timeout=0) | |
Private Attributes | |
| double | _inc |
| double | _timer_inc |
| float | h |
| double | h_inc |
| float | s |
| float | v |
Definition at line 23 of file glowColorMode.h.
| GlowColorMode::GlowColorMode | ( | color::rgba | color, |
| int | priority = 0, |
||
| double | freq = 0.25, |
||
| int | pulses = 0, |
||
| double | timeout = 0 |
||
| ) | [inline] |
Definition at line 26 of file glowColorMode.h.
| void GlowColorMode::execute | ( | ) | [inline, virtual] |
Implements Mode.
Definition at line 36 of file glowColorMode.h.
| std::string GlowColorMode::getName | ( | ) | [inline, virtual] |
Implements Mode.
Definition at line 76 of file glowColorMode.h.
double GlowColorMode::_inc [private] |
Definition at line 80 of file glowColorMode.h.
double GlowColorMode::_timer_inc [private] |
Definition at line 79 of file glowColorMode.h.
float GlowColorMode::h [private] |
Definition at line 81 of file glowColorMode.h.
double GlowColorMode::h_inc [private] |
Definition at line 82 of file glowColorMode.h.
float GlowColorMode::s [private] |
Definition at line 81 of file glowColorMode.h.
float GlowColorMode::v [private] |
Definition at line 81 of file glowColorMode.h.