Fix Effects and refactor Smoothing (#1442)

This commit is contained in:
LordGrey
2022-03-16 09:28:00 +01:00
committed by GitHub
parent 62829d9bf8
commit f32db90c12
9 changed files with 277 additions and 166 deletions

View File

@@ -18,6 +18,8 @@
#include <effectengine/EffectSchema.h>
#include <utils/Logger.h>
#include <hyperion/LinearColorSmoothing.h>
// pre-declaration
class Effect;
class EffectFileHandler;
@@ -79,7 +81,7 @@ public slots:
, int timeout = PriorityMuxer::ENDLESS
, const QString &pythonScript = ""
, const QString &origin = "System"
, unsigned smoothCfg=0
, unsigned smoothCfg=SmoothingConfigID::SYSTEM
, const QString &imageData = ""
);
@@ -105,7 +107,7 @@ private:
, int priority
, int timeout = PriorityMuxer::ENDLESS
, const QString &origin="System"
, unsigned smoothCfg=0
, unsigned smoothCfg=SmoothingConfigID::SYSTEM
, const QString &imageData = ""
);