X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Fmod_svg%2Fsvg_parser.h;h=a1190d8a4e008f52dae9953fe77e9c213b2a3984;hb=139b1d4daf9cd15015f3ec07fe334a5d79814cd7;hp=6402f69b8e6d2de59a25ff6984ff9c91db647422;hpb=16ad7837f0dd6c39091dbaa8f399b6f0b97e5f4f;p=synfig.git diff --git a/synfig-core/src/modules/mod_svg/svg_parser.h b/synfig-core/src/modules/mod_svg/svg_parser.h index 6402f69..a1190d8 100644 --- a/synfig-core/src/modules/mod_svg/svg_parser.h +++ b/synfig-core/src/modules/mod_svg/svg_parser.h @@ -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);