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.

Interface

Inputs

ParameterDetailsPossible Types
Gradient

Primary Input

Gradient[]
Gradient
Midpoints

Default: F64Array([])

f64[]

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Gradient
Gradient[]