summaryrefslogtreecommitdiffstats
path: root/share/extensions/color_lesshue.inx
blob: 487e9720c46e625625a852cca49222a2940f0645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Less Hue</name>
    <id>org.inkscape.color.less_hue</id>
    <effect>
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="Color"/>
        </effects-menu>
    </effect>
    <script>
        <command location="inx" interpreter="python">color_lesshue.py</command>
    </script>
</inkscape-extension>