Nodes in this category build gradients and adjust the placement of their color stops, as well as the shape and repetition of the transition between them.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| Colors to Gradient | Constructs a gradient from a | Graphic[] → GradientColor[] → Gradient |
| Gradient Form | Sets the form (linear or radial) of each gradient in the input list. | Gradient → GradientGradient[] → Gradient[] |
| Gradient Midpoints | Sets the interpolation midpoint for each interval between gradient stops, a factor from 0 to 1 where the 0.5 default means linear interpolation and another value skews the transition speed toward one stop or the other. The final stop belongs to no interval so its midpoint is ignored. A list shorter than the stop count repeats its last value, a longer list is truncated, and an empty list sets each midpoint to its default of 0.5. | Gradient → GradientGradient[] → Gradient[] |
| Gradient Positions | 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. | Gradient → GradientGradient[] → Gradient[] |
| Gradient Spread | Sets how each gradient in the input list extends past its endpoints: Pad, Reflect, or Repeat. | Gradient → GradientGradient[] → Gradient[] |