Grasshopper API
GH_GripBlend Method |
Namespace: Grasshopper.GUI.Gradient
Assembly: Grasshopper (in Grasshopper.dll)

public static Color Blend( Color A, Color B, double t )
Public Shared Function Blend ( A As Color, B As Color, t As Double ) As Color
Parameters
- A
- Type: System.DrawingColor
- B
- Type: System.DrawingColor
- t
- Type: SystemDouble
Return Value
Type: Color