Code

Adding clear-color swatch to complement no-color.
[inkscape.git] / src / widgets / eek-color-def.h
index 764a28b12a105c70344ba5fed91c7eecadcfaefc..7e54182d6d8743f7c36ccd83b886e9c91fbad9e7 100644 (file)
@@ -55,6 +55,7 @@ public:
     enum ColorType{CLEAR, NONE, RGB};
 
     ColorDef();
+    ColorDef(ColorType type);
     ColorDef( unsigned int r, unsigned int g, unsigned int b, const std::string& description );
     virtual ~ColorDef();