Add support for SVG color keywords
[synfig.git] / synfig-core / src / modules / mod_svg / svg_parser.h
index 6402f69..a1190d8 100644 (file)
@@ -213,6 +213,7 @@ private:
                int getGreen(String hex);
                int getBlue(String hex);
                int hextodec(String hex);
+               int getColor(String name, int position);
                float getDimension(const String ac);
                //string functions
                void removeS(String *input);