AppearanceSettings.SetWidgetColor Method (WidgetColor, Color, Boolean)

AppearanceSettingsSetWidgetColor Method (WidgetColor, Color, Boolean)

Sets the logical widget color association to a spacific .Net library color.

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

Parameters

whichColor
Type: Rhino.ApplicationSettingsWidgetColor
A logical color association.
c
Type: System.DrawingColor
A .Net library color.
forceUiUpdate
Type: SystemBoolean
true if the UI should be forced to update.
Version Information

Rhino for Windows

Supported in: 6.14
See Also