Remaps an attribute


## Description

This is very handy when you have an attribute with values between 0 and 1, and you want to remap those values with a ramp.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>name</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>name of the attribute to remap</td>
</tr>
<tr>
	<td>ramp</td>
	<td><div class='bg-indigo-800 px-2 py-px text-white rounded-sm'>ramp</div></td>
	<td>ramp used to remap</td>
</tr>
<tr>
	<td>changeName</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle if you want to create a new attribute</td>
</tr>
<tr>
	<td>newName</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>new attribute name</td>
</tr>
</table>