Code

Updated cases for attributes added in <color-profile> support
[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 guint32 sp_svg_read_color(gchar const *str, unsigned int dfl);
7 guint32 sp_svg_read_color(gchar const *str, gchar const **end_ptr, guint32 def);
8 void sp_svg_write_color(char *buf, unsigned int buflen, unsigned int rgba32);
11 #endif /* !SVG_SVG_COLOR_H_SEEN */