Click or drag to resize

AppearanceSettingsSetPaintColor Method (PaintColor, Color)

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

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static void SetPaintColor(
	PaintColor whichColor,
	Color c
)

Parameters

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