From 3924d56a36693270a4e543f076c653f9ceaec355 Mon Sep 17 00:00:00 2001 From: Soren Berg Date: Thu, 23 Jul 2009 16:41:13 +0000 Subject: Added set_color function. (bzr r8254.1.21) --- src/extension/dbus/document-interface.xml | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'src/extension/dbus/document-interface.xml') diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml index 7c16c6d1e..3ccae9556 100644 --- a/src/extension/dbus/document-interface.xml +++ b/src/extension/dbus/document-interface.xml @@ -665,6 +665,40 @@ Style Strings + + + + + Any object, or 'document' to apply to document style. + + + + + The red component. + + + + + The green component. + + + + + The blue component. + + + + + True to change fill color, false for stroke color. + + + + + Modifies the fill or stroke color of an object (or the document style) based on RGB values. + Red green and blue must be between 0-255 inclusive. + + + -- cgit v1.2.3