Code

remove svglsimpl
[inkscape.git] / src / svg / svg-color.h
index beab1a50cb6a3288b1a415abdaf87e29841fd1f1..692c1dd009c6c8d7c0bb6bffbdac4f0e8108ae72 100644 (file)
@@ -3,8 +3,13 @@
 
 #include <glib/gtypes.h>
 
-unsigned int sp_svg_read_color(gchar const *str, unsigned int dfl);
+class SVGICCColor;
+
+guint32 sp_svg_read_color(gchar const *str, unsigned int dfl);
+guint32 sp_svg_read_color(gchar const *str, gchar const **end_ptr, guint32 def);
 void sp_svg_write_color(char *buf, unsigned int buflen, unsigned int rgba32);
 
+bool sp_svg_read_icc_color( gchar const *str, gchar const **end_ptr, SVGICCColor* dest );
+
 
 #endif /* !SVG_SVG_COLOR_H_SEEN */