Adds a depth of field effect



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>focusDistance</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>focalDepth</td>
</tr>
<tr>
	<td>focusRange</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>focalDepth</td>
</tr>
<tr>
	<td>bokehScale</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>bokeh scale</td>
</tr>
<tr>
	<td>vignetting</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>vignetting</td>
</tr>
<tr>
	<td>vignettingTechnique</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>vignette technique</td>
</tr>
<tr>
	<td>vignetteDarkness</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>vignette darkness</td>
</tr>
<tr>
	<td>vignetteOffset</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>vignette offset</td>
</tr>
<tr>
	<td>renderMode</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>render mode</td>
</tr>
</table>