From 3336f50e043671213cf0edb71523da54670ac40d Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 8 Nov 2020 13:23:50 +0100 Subject: [PATCH] Added a file that was missing in the last commit. --- es-core/src/components/ImageComponent.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/es-core/src/components/ImageComponent.h b/es-core/src/components/ImageComponent.h index 3c52f495e..f0872cc8d 100644 --- a/es-core/src/components/ImageComponent.h +++ b/es-core/src/components/ImageComponent.h @@ -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;