Gradient Table Value

Constructs a gradient value which may be set to any sequence of color stops to represent the transition between colors.

Interface

Inputs

ParameterDetailsPossible Types
-No Primary Input-
Gradient

Default: GradientStops { position: [0.0, 1.0], midpoint: [0.5, 0.5], color: [Color { red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0 }, Color { red: 1.0, green: 1.0, blue: 1.0, alpha: 1.0 }] }

GradientStops

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Table<GradientStops>