Click or drag to resize

AppearanceSettingsDefaultPaintColor Method (PaintColor)

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: 7.0
Syntax
public static Color DefaultPaintColor(
	PaintColor whichColor
)

Parameters

whichColor
Type: Rhino.ApplicationSettingsPaintColor
The color to retrieve

Return Value

Type: Color

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

See Also