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
)
Public Shared Function GetWidgetColor (
whichColor As WidgetColor
) As Color
Parameters
- whichColor
- Type: Rhino.ApplicationSettingsWidgetColor
A color association.
Return Value
Type:
ColorA .Net library color.
See Also