Click or drag to resize

AppearanceSettingsSetWidgetColor Method (WidgetColor, Color)

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

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static void SetWidgetColor(
	WidgetColor whichColor,
	Color c
)

Parameters

whichColor
Type: Rhino.ApplicationSettingsWidgetColor
A logical color association.
c
Type: System.DrawingColor
A .Net library color.
See Also