Click or drag to resize

GH_Gradient Constructor (GH_Gradient)

Create a duplicate of another gradient.

Namespace:  Grasshopper.GUI.Gradient
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Gradient(
	GH_Gradient other
)

Parameters

other
Type: Grasshopper.GUI.GradientGH_Gradient
Gradient to duplicate.
See Also