<effect>
<name>Keep Color</name>
<description>Keeps the selected color but replaces all other colors with the specified new color.</description>
<author>Looki</author>
<parameter>
	<name>Keep color</name>
	<code>keep</code>
	<description>The color to keep.</description>
	<type>int_float4</type>
	<property>COLOR</property>
	<value>16711680</value>
</parameter>
<parameter>
	<name>New color</name>
	<code>replace</code>
	<description>The new color for all other pixels.</description>
	<type>int_float4</type>
	<property>COLOR</property>
	<value>255</value>
</parameter>
</effect>