Click or drag to resize

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)
Syntax
public Color asColor(
	string key,
	Color default_value
)

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