summaryrefslogtreecommitdiff
path: root/imageloader.h
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2013-12-22 10:39:46 +0100
committerlouis <louis.braun@gmx.de>2013-12-22 10:39:46 +0100
commit3952cad3d41c236640ef159825be81eba6c3116d (patch)
tree38f60249986227330ca845f3d684b75f86ef1732 /imageloader.h
parent5bf7c3a84e683a8226256a41292566789fd29521 (diff)
downloadvdr-plugin-tvguide-3952cad3d41c236640ef159825be81eba6c3116d.tar.gz
vdr-plugin-tvguide-3952cad3d41c236640ef159825be81eba6c3116d.tar.bz2
implemented GraphicsMagick compatibility
Diffstat (limited to 'imageloader.h')
-rw-r--r--imageloader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/imageloader.h b/imageloader.h
index f06b542..942986f 100644
--- a/imageloader.h
+++ b/imageloader.h
@@ -22,6 +22,8 @@ public:
bool LoadIcon(const char *cIcon, int size);
bool LoadOsdElement(cString name, int width, int height);
bool DrawBackground(tColor back, tColor blend, int width, int height);
+private:
+ void CreateGradient(tColor back, tColor blend, int width, int height, double wfactor, double hfactor);
};
#endif //_TVGUIDE_IMAGELOADER_H