AppearanceSettings.GetWidgetColor Method

AppearanceSettingsGetWidgetColor Method

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

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Color GetWidgetColor(
	WidgetColor whichColor
)
Public Shared Function GetWidgetColor ( 
	whichColor As WidgetColor
) As Color

Parameters

whichColor
Type: Rhino.ApplicationSettingsWidgetColor
A color association.

Return Value

Type: Color
A .Net library color.
Version Information

Rhino for Windows

Supported in: 6.14
See Also