AppearanceSettings.SetWidgetColor Method (WidgetColor, Color)

AppearanceSettingsSetWidgetColor Method (WidgetColor, Color)

Sets the logical widget color association to a spacific .Net library color, without forced UI update.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void SetWidgetColor(
	WidgetColor whichColor,
	Color c
)
Public Shared Sub SetWidgetColor ( 
	whichColor As WidgetColor,
	c As Color
)

Parameters

whichColor
Type: Rhino.ApplicationSettingsWidgetColor
A logical color association.
c
Type: System.DrawingColor
A .Net library color.
Version Information

Rhino for Windows

Supported in: 6.14
See Also