Code

excise never-used code and stale comments
[inkscape.git] / src / svg / svg-color.h
1 #ifndef SVG_SVG_COLOR_H_SEEN
2 #define SVG_SVG_COLOR_H_SEEN
4 #include <glib/gtypes.h>
6 unsigned int sp_svg_read_color(gchar const *str, unsigned int dfl);
7 void sp_svg_write_color(char *buf, unsigned int buflen, unsigned int rgba32);
10 #endif /* !SVG_SVG_COLOR_H_SEEN */