Initializes a new instance of the ColorListEntry with the specified name and color.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntaxpublic NamedColor(
string name,
Color color
)
Public Sub New (
name As String,
color As Color
)
Parameters
- name
- Type: SystemString
Name of this color - color
- Type: System.DrawingColor
Color value
See Also