AppearanceSettings.SetPaintColor Method (PaintColor, Color, Boolean)

AppearanceSettingsSetPaintColor Method (PaintColor, Color, Boolean)

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

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

Parameters

whichColor
Type: Rhino.ApplicationSettingsPaintColor
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 Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also