Click or drag to resize

GH_GripBlend Method

Namespace:  Grasshopper.GUI.Gradient
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static Color Blend(
	Color A,
	Color B,
	double t
)

Parameters

A
Type: System.DrawingColor
B
Type: System.DrawingColor
t
Type: SystemDouble

Return Value

Type: Color
See Also