mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Created first draft of 'hyperion-d'.
This commit is contained in:
@@ -20,7 +20,9 @@ public:
|
||||
|
||||
~Hyperion();
|
||||
|
||||
void setValue(int priority, std::vector<RgbColor> &ledColors);
|
||||
unsigned getLedCount() const;
|
||||
|
||||
void setValue(int priority, std::vector<RgbColor> &ledColors, const int timeout_ms);
|
||||
|
||||
private:
|
||||
void applyTransform(std::vector<RgbColor>& colors) const;
|
||||
|
Reference in New Issue
Block a user