Creates a gradient from a list of colors and a list of parameters that corresponds to the colors.
Inputs
| Name | Nickname | Description | Type | 
|---|---|---|---|
| Colors | C | The colors to use in the gradient. | Color | 
| Parameters | P | The parameters to use when sampling colors on the gradient. | Double | 
| Interpolation | I | This decides how numbers between the parameters will be interpolated as the gradient is sampled. | String | 
| Colour Space | C | This decides the colour space in which the interpolation will happen. | String | 
Outputs
| Name | Nickname | Description | Type | 
|---|---|---|---|
| Gradient | G | A gradient that can be sampled in Cyclops to generate a color. | Gradient  |