<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect LC_NUMERIC="C" tag="frei0r.alphagrad" id="frei0r.alphagrad">
    <name>Alpha Gradient (SUPERCEDED)</name>
    <description><![CDATA[Fill the alpha channel with a specified gradient.<br>
    This effect has been replaced by frei0r.alphaops_alphagrad.]]></description>
    <author>Marko Cebokli</author>
    <parameter type="animated" name="Position" default="0.5" min="0" max="%height" factor="%height">
        <name>Position</name>
    	<comment><![CDATA[Define where the gradient starts.]]></comment>
    </parameter>
    <parameter type="animated" name="Transition width" default="0.5" min="0" max="100" factor="100" decimals="1" suffix="%">
        <name>Transition Width</name>
    	<comment><![CDATA[Define the width of the transition between the densities.]]></comment>
    </parameter>
    <parameter type="animated" name="Tilt" default="0" min="0" max="360" factor="360" decimals="1" suffix="°">
        <name>Tilt</name>
    	<comment><![CDATA[Angle for the gradient.]]></comment>
    </parameter>
    <parameter type="animated" name="Min" default="1" min="0" max="100" factor="100" decimals="1" suffix="%">
        <name>Transparency Top</name>
    	<comment><![CDATA[Define the transparency at the top of the gradient.]]></comment>
    </parameter>
    <parameter type="animated" name="Max" default="0" min="0" max="100" factor="100" decimals="1" suffix="%">
        <name>Transparency Bottom</name>
    	<comment><![CDATA[Define the transparency at the bottom of the gradient.]]></comment>
    </parameter>
    <parameter type="list" name="Operation" default="0" paramlist="0;0.3;0.5;0.7;1">
        <paramlistdisplay>Write on clear,Max,Min,Add,Subtract</paramlistdisplay>
        <name>Operation</name>
    	<comment><![CDATA[Define the alpha operation for compositing.]]></comment>
    </parameter>
</effect>
