<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<group>
    <effect tag="frei0r.dither" id="frei0r.dither">
        <name context="Dither Effect Name">Dither</name>
        <description>Dithers the image and reduces the number of available colors</description>
        <author>Janne Liljeblad</author>
        <parameter type="animated" name="levels" default="0.1042" min="1" max="50" factor="50">
            <name>Levels</name>
            <comment>Number of values per channel.</comment>
        </parameter>
        <parameter type="animated" name="matrixid" default="1" min="0" max="10" factor="10">
            <name>Matrix ID</name>
            <comment>ID of matrix used for dithering.</comment>
        </parameter>
    </effect>
</group>
