Added a file that was missing in the last commit.

This commit is contained in:
Leon Styhre 2020-11-08 13:23:50 +01:00
parent 180bb501c8
commit 3336f50e04

View file

@ -66,6 +66,8 @@ public:
void setColorShiftEnd(unsigned int color);
void setColorGradientHorizontal(bool horizontal);
unsigned int getColorShift() const override { return mColorShift; };
void setOpacity(unsigned char opacity) override;
void setSaturation(float saturation) override;