summaryrefslogtreecommitdiff
path: root/seduthread.h
diff options
context:
space:
mode:
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);
};