Description:
Syntax:
public Color GetColor(
string key,
Color defaultValue,
IEnumerable<string> legacyKeyList
)
Returns:
Type: Color
Available since:
6.0

Description:
Syntax:
public Color GetColor(
string key,
Color defaultValue
)
Returns:
Type: Color
Available since:
5.0

Description:
Syntax:
public Color? GetColor(
string key,
Color? defaultValue,
IEnumerable<string> legacyKeyList
)
Returns:
Type: Color?

Description:
Syntax:
public Color? GetColor(
string key,
Color? defaultValue
)
Returns:
Type: Color?

Description:
Syntax:
public Color GetColor(
string key
)
Returns:
Type: Color
Available since:
5.0

GetColor method

Class:  Rhino.PersistentSettings

Nothing found