ColorStop Constructor

ColorStop Constructor

Create color stop from a color and position

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public ColorStop(
	Color color,
	double t
)
Public Sub New ( 
	color As Color,
	t As Double
)

Parameters

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Rhino.Display.ColorStop.#ctor(System.Drawing.Color,System.Double)"]

t
Type: SystemDouble

[Missing <param name="t"/> documentation for "M:Rhino.Display.ColorStop.#ctor(System.Drawing.Color,System.Double)"]

See Also