<effect>
<name>Brighten by background</name>
<author>Looki</author>
<description>Brighten the pixels by the average of the object's background.</description>
<parameter>
		<name>Amount</name>
		<code>amount</code>
		<type>float</type>
		<property>edit</property>
		<value>0.5</value>
</parameter>
<parameter>
	<name>Invert amount</name>
	<code>invert</code>
	<description>If checked, the background color is inverted (high <> low).</description>
	<type>int</type>
	<property>checkbox</property>
	<value>0</value>
</parameter>
<BackgroundTexture>1</BackgroundTexture>
</effect>