Sets the position of each of a gradient's stops, a factor from 0 to 1 along the gradient.
A list shorter than the stop count repeats its last value, a longer list is truncated, and an empty list sets each stop to its default evenly spaced position.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Gradient | Primary Input | Gradient[]Gradient |
| Positions | Default: | f64[] |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | GradientGradient[] |