summaryrefslogtreecommitdiff
path: root/imageloader.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-01-17 16:19:37 +0100
committerlouis <louis.braun@gmx.de>2013-01-17 16:19:37 +0100
commite895a02d9703c2207d2424d6aaef373042fd0d54 (patch)
treee702cbc596b4aca86438298b12f2177cc59cdd03 /imageloader.h
parentc9bc7e07358b9ed9e7c16e48dcb0a6ea4f5d768e (diff)
downloadvdr-plugin-tvguide-e895a02d9703c2207d2424d6aaef373042fd0d54.tar.gz
vdr-plugin-tvguide-e895a02d9703c2207d2424d6aaef373042fd0d54.tar.bz2
Added config option style nOpacity for backgrounds and theme nOpacity
Diffstat (limited to 'imageloader.h')
-rw-r--r--imageloader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/imageloader.h b/imageloader.h
index 355c21e..23faf65 100644
--- a/imageloader.h
+++ b/imageloader.h
@@ -16,8 +16,7 @@ public:
cImage GetImage();
bool LoadLogo(const char *logo, int width, int height);
bool LoadEPGImage(int eventID);
- void DrawBackground(tColor back, tColor blend, int width, int height);
- void DrawBackground2(tColor back, tColor blend, int width, int height);
+ bool DrawBackground(tColor back, tColor blend, int width, int height);
private:
Image buffer;
Color Argb2Color(tColor col);