]> git.tdb.fi Git - poefilter.git/blobdiff - source/theme.h
Add alpha channel support for colors
[poefilter.git] / source / theme.h
index 43584a2a0d28ce3c49097a0a789b318c020add61..f7c3f9472b66d4113182bbce477829fabf3d91b6 100644 (file)
@@ -18,6 +18,7 @@ public:
        private:
                void appearance(const std::string &);
                void color(const std::string &, unsigned, unsigned, unsigned);
+               void color_alpha(const std::string &, unsigned, unsigned, unsigned, unsigned);
        };
 
 private: