Click or drag to resize

AppearanceSettingsDefaultPaintColor Method (PaintColor, Boolean)

Get a default paint color for Rhino. The current paint color may be different than the default

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public static Color DefaultPaintColor(
	PaintColor whichColor,
	bool darkMode
)

Parameters

whichColor
Type: Rhino.ApplicationSettingsPaintColor
The color to retrieve
darkMode
Type: SystemBoolean
If true gets the default dark mode color otherwise return the default light mode color

Return Value

Type: Color

[Missing <returns> documentation for "M:Rhino.ApplicationSettings.AppearanceSettings.DefaultPaintColor(Rhino.ApplicationSettings.PaintColor,System.Boolean)"]

See Also