PersistentSettings.GetColor Method (String, Color)

PersistentSettingsGetColor Method (String, Color)

[Missing <summary> documentation for "M:Rhino.PersistentSettings.GetColor(System.String,System.Drawing.Color)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Color GetColor(
	string key,
	Color defaultValue
)
Public Function GetColor ( 
	key As String,
	defaultValue As Color
) As Color

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.GetColor(System.String,System.Drawing.Color)"]

defaultValue
Type: System.DrawingColor

[Missing <param name="defaultValue"/> documentation for "M:Rhino.PersistentSettings.GetColor(System.String,System.Drawing.Color)"]

Return Value

Type: Color

[Missing <returns> documentation for "M:Rhino.PersistentSettings.GetColor(System.String,System.Drawing.Color)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also