Evaluates the color at the specified position along the gradient, given a position from 0 (left) to 1 (right). Positions beyond that range follow the gradient's gradient_spread attribute: Pad (default), Reflect, Repeat, or Clear. Colors between stops interpolate in the gradient's gradient_space color space.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| - | No Primary Input | - |
| Gradient | Default: | Gradient[]Gradient |
| Position | Default: | f64[]f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | ColorColor[] |