color_randomize.inx revision fdb46c2bb61879a806f2369a96c725774a152796
<?xml version="1.0" encoding="UTF-8"?>
<_name>Randomize</_name>
<param name="tab" type="notebook">
<page name="Options" _gui-text="Options">
<param name="hue" type="boolean" _gui-text="Hue">true</param>
<param name="hue_range" type="int" appearance="full" min="0" max="100" indent="0" _gui-text="Hue range (%)">100</param>
<param name="saturation" type="boolean" _gui-text="Saturation">true</param>
<param name="saturation_range" type="int" appearance="full" min="0" max="100" indent="0" _gui-text="Saturation range (%)">100</param>
<param name="lightness" type="boolean" _gui-text="Lightness">true</param>
<param name="lightness_range" type="int" appearance="full" min="0" max="100" indent="0" _gui-text="Lightness range (%)">100</param>
</page>
<page name="Help" _gui-text="Help">
<_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. Lower the range values to limit the distance between the original color and the randomized one.</_param>
</page>
</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu _name="Color"/>
</effects-menu>
</effect>
<script>
</script>
</inkscape-extension>