Code

Finish translate of live path effects and filters
[inkscape.git] / src / svg / svg-color.h
index 09cac4f2e586e6aad5eae3413cf722704c141bf4..692c1dd009c6c8d7c0bb6bffbdac4f0e8108ae72 100644 (file)
@@ -3,8 +3,13 @@
 
 #include <glib/gtypes.h>
 
-unsigned int sp_svg_read_color(gchar const *str, unsigned int dfl);
-int sp_svg_write_color(char *buf, unsigned buflen, unsigned int color);
+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 */