From ba9fad5667d32413d00b2b628c305bdb5bd129de Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Tue, 25 Sep 2007 02:54:32 +0000 Subject: Initial support for icc color selection including CMYK (bzr r3794) --- src/color.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/color.h') diff --git a/src/color.h b/src/color.h index e93943609..4fcffad8e 100644 --- a/src/color.h +++ b/src/color.h @@ -16,6 +16,7 @@ */ #include +#include /* Useful composition macros */ @@ -55,6 +56,8 @@ struct SPColor { guint32 toRGBA32( gint alpha ) const; guint32 toRGBA32( gdouble alpha ) const; + std::string toString() const; + SVGICCColor* icc; union { float c[3]; -- cgit v1.2.3