Gradient

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

NodeDetailsPossible Types
Colors to Gradient

Constructs a gradient from a Color[], where the colors are evenly distributed as gradient stops across the range from 0 to 1.

Graphic[] → Gradient
Color[] → Gradient
Gradient Form

Sets the form (linear or radial) of each gradient in the input list.

Gradient → Gradient
Gradient[] → 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 → Gradient
Gradient[] → 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 → Gradient
Gradient[] → Gradient[]
Gradient Spread

Sets how each gradient in the input list extends past its endpoints: Pad, Reflect, or Repeat.

Gradient → Gradient
Gradient[] → Gradient[]