<effect>
<name>Outline</name>
<description>Draws an outline around an object</description>
<parameter>
	<name>Object Width</name>
	<code>fWidth</code>
	<description>Used to figure out the horizontal step distance for finding the object edge</description>
	<type>float</type>
	<property>edit</property>
	<value>32</value>
	<min>1.0</min>
</parameter>
<parameter>
	<name>Object Height</name>
	<code>fHeight</code>
	<description>Used to figure out the vertical step distance for finding the object edge</description>
	<type>float</type>
	<property>edit</property>
	<value>32</value>
	<min>1.0</min>
</parameter>
<parameter>
	<name>Outline Colour (color)</name>
	<code>fColour</code>
	<description>Colour of the outline</description>
	<type>int_float4</type>
	<property>color</property>
	<value>4278190080</value>
</parameter>
</effect>
