18 #ifndef FADECOLORMODE_H 19 #define FADECOLORMODE_H 27 :
Mode(priority, freq, pulses, timeout)
76 std::string
getName(){
return std::string(
"FadeColorMode"); }
static void rgb2hsv(float r, float g, float b, float &h, float &s, float &v)
static void hsv2rgb(float h, float s, float v, float &r, float &g, float &b)
static const unsigned int UPDATE_RATE_HZ
FadeColorMode(color::rgba color, int priority=0, double freq=0.25, int pulses=0, double timeout=0)
boost::signals2::signal< void(color::rgba color)> m_sigColorReady