Constructs a gradient from a List<Color>, where the colors are evenly distributed as gradient stops across the range from 0 to 1.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Colors | Primary Input | List<Color>List<Graphic> |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | List<GradientStops> |