summaryrefslogtreecommitdiff
path: root/seduthread.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2012-11-30 07:38:44 +0100
committerhorchi <vdr@jwendel.de>2012-11-30 07:38:44 +0100
commit58250a33a5f60aa415c3b4548096ab3b37368b0a (patch)
tree789c1377d38aea960228b4328f703c98072ec050 /seduthread.h
parent77d98f2dea54da5aa987ae1ad6cc7d16e5b577ee (diff)
downloadvdr-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.h14
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);
};