|
INIReaderasColor Method (String, Color)
|
return a color associated with a key
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Color asColor(
string key,
Color default_value
)
Public Function asColor (
key As String,
default_value As Color
) As Color
public:
Color asColor(
String^ key,
Color default_value
)
member asColor :
key : string *
default_value : Color -> Color
Parameters
- key
- Type: SystemString
key to be searched - default_value
- Type: System.DrawingColor
default color in case nothing can be read
Return Value
Type:
Color[Missing <returns> documentation for "M:Karamba.Utilities.INIReader.asColor(System.String,System.Drawing.Color)"]
See Also