diff options
author | horchi <vdr@jwendel.de> | 2012-11-30 07:38:44 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2012-11-30 07:38:44 +0100 |
commit | 58250a33a5f60aa415c3b4548096ab3b37368b0a (patch) | |
tree | 789c1377d38aea960228b4328f703c98072ec050 /seduthread.h | |
parent | 77d98f2dea54da5aa987ae1ad6cc7d16e5b577ee (diff) | |
download | vdr-plugin-seduatmo-58250a33a5f60aa415c3b4548096ab3b37368b0a.tar.gz vdr-plugin-seduatmo-58250a33a5f60aa415c3b4548096ab3b37368b0a.tar.bz2 |
added wheel effects provides by TheChief
Diffstat (limited to 'seduthread.h')
-rw-r--r-- | seduthread.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/seduthread.h b/seduthread.h index 38ca6cc..23688c4 100644 --- a/seduthread.h +++ b/seduthread.h @@ -14,18 +14,6 @@ #include "common.h" #include "config.h" -//*************************************************************************** -// Pixel - format as provided by softhddevice -//*************************************************************************** - -struct Pixel -{ - unsigned char b; - unsigned char g; - unsigned char r; - unsigned char a; -}; - class PixQueue { public: @@ -200,5 +188,5 @@ class cSeduThread : public cThread, public cSeduService int imageHeight; Pixel getRainbowColor(); - Pixel hsv2Rgb(int h, double s, double v); + Pixel getColorWheel(int moving = 0, int led = 0); }; |