-
Notifications
You must be signed in to change notification settings - Fork 10
Remap Array Values
Ryan Porter edited this page Feb 12, 2017
·
1 revision
This node remaps the values of the input array using a gradient.
| Attribute Name | Description | Attribute Type |
|---|---|---|
| input (i) | Values to be remapped. | doubleArray |
| inputMin (imn) | This determines the value which maps to the left of the gradient. | double |
| inputMax (imx) | This determines the value which maps to the right of the gradient. | double |
| outputMin (omn) | This determines the output value at the bottom of the gradient. | double |
| outputMax (omx) | This determines the output value at the top of the gradient. | double |
| values (vl) | Defines a range of values used to remap the values of the input array. | ramp attribute |
| output (o) | The remapped values. | doubleArray |