<effect>
<name>Background Bloom</name>
<description>Blurs the background's highlights and applies them to the background.</description>
<author>Looki</author>
<parameter>
	<name>Radius</name>
	<code>radius</code>
	<description>Radius of the blur in pixels.</description>
	<type>float</type>
	<property>edit</property>
	<value>5</value>
</parameter>
<parameter>
	<name>Exponent</name>
	<code>exponent</code>
	<description>The exponent used to compute the highlights.</description>
	<type>float</type>
	<property>edit</property>
	<value>2</value>
</parameter>
<parameter>
	<name>Coefficient</name>
	<code>coeff</code>
	<description>After the exponent is applied, the result is multiplied with this number.</description>
	<type>float</type>
	<property>edit</property>
	<value>1.5</value>
</parameter>
<BackgroundTexture>1</BackgroundTexture>
</effect>