summaryrefslogtreecommitdiff
path: root/seduthread.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2012-11-30 07:45:15 +0100
committerhorchi <vdr@jwendel.de>2012-11-30 07:45:15 +0100
commit68fca5fc8c2fcb462e294ede7379f9bfc0350e29 (patch)
tree370f6ebfa301903dd4873dd1d645c9a5ebf48afa /seduthread.h
parent98b8637fa506ff8d56d68fd38883e151e05d85bf (diff)
parent58250a33a5f60aa415c3b4548096ab3b37368b0a (diff)
downloadvdr-plugin-seduatmo-68fca5fc8c2fcb462e294ede7379f9bfc0350e29.tar.gz
vdr-plugin-seduatmo-68fca5fc8c2fcb462e294ede7379f9bfc0350e29.tar.bz2
Merge branch 'develop' of projects.vdr-developer.org:vdr-plugin-seduatmo into develop
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);
};