Code

Translations. French translation minor update.
[inkscape.git] / share / extensions / color_randomize.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3         <_name>Randomize</_name>
4         <id>org.inkscape.color.randomize</id>
5         <dependency type="executable" location="extensions">coloreffect.py</dependency>
6         <dependency type="executable" location="extensions">color_randomize.py</dependency>
7         <dependency type="executable" location="extensions">simplestyle.py</dependency>
8         <param name="tab" type="notebook">
9         <page name="Options" _gui-text="Options">
10                 <param name="hue" type="boolean" _gui-text="Hue">true</param>
11                 <param name="saturation" type="boolean" _gui-text="Saturation">true</param>
12                 <param name="lightness" type="boolean" _gui-text="Lightness">true</param>
13         </page>
14         <page name="Help" _gui-text="Help">
15             <_param name="instructions" type="description" xml:space="preserve">Converts to HSL, randomizes hue and/or saturation and/or lightness and converts it back to RGB.</_param>
16         </page>
17     </param>    
18         <effect>
19                 <object-type>all</object-type>
20                 <effects-menu>
21                         <submenu _name="Color"/>
22                 </effects-menu>
23         </effect>
24         <script>
25                 <command reldir="extensions" interpreter="python">color_randomize.py</command>
26         </script>
27 </inkscape-extension>