Click or drag to resize

AppearanceSettingsGetWidgetColor Method

Gets the .Net library color that is currently associated with a widget color.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static Color GetWidgetColor(
	WidgetColor whichColor
)

Parameters

whichColor
Type: Rhino.ApplicationSettingsWidgetColor
A color association.

Return Value

Type: Color
A .Net library color.
See Also