summaryrefslogtreecommitdiffstats
path: root/src/dropper-context.cpp
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2009-08-01 04:01:00 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2009-08-01 04:01:00 +0000
commit8ef2626fa8bbdf13da2c9fccd9d7b45e4bb0247a (patch)
tree7d1fefaa0a4daeec5aba972052b290014c9e12be /src/dropper-context.cpp
parentparsing and handling of icc-color in feFlood SVG Filters (diff)
downloadinkscape-8ef2626fa8bbdf13da2c9fccd9d7b45e4bb0247a.tar.gz
inkscape-8ef2626fa8bbdf13da2c9fccd9d7b45e4bb0247a.zip
enabling all icc-color related debug messages
(bzr r8050.1.5)
Diffstat (limited to 'src/dropper-context.cpp')
-rw-r--r--src/dropper-context.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dropper-context.cpp b/src/dropper-context.cpp
index 985e3ac51..5c66eca46 100644
--- a/src/dropper-context.cpp
+++ b/src/dropper-context.cpp
@@ -138,6 +138,14 @@ static void sp_dropper_context_finish(SPEventContext *ec)
/**
+ * Returns the current dropper context icc-color.
+ */
+SPColor* sp_dropper_context_get_icc_color(SPEventContext *ec)
+{
+ //TODO: implement-me!
+}
+
+/**
* Returns the current dropper context color.
*/
guint32 sp_dropper_context_get_color(SPEventContext *ec)