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: 2.2.0.4 (2.2.0.4)
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