GH_SettingsServer.GetValue Method (String, Color)

GH_SettingsServerGetValue Method (String, Color)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Color GetValue(
	string key,
	Color default
)
Public Function GetValue ( 
	key As String,
	default As Color
) As Color

Parameters

key
Type: SystemString
default
Type: System.DrawingColor

Return Value

Type: Color
See Also