Click or drag to resize

INIReaderasColorList Method (String, ListColor)

return a list of colors associated with a key

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Color> asColorList(
	string key,
	List<Color> default_value
)

Parameters

key
Type: SystemString
key to be searched
default_value
Type: System.Collections.GenericListColor
list of default values to be used in case nothing can be read

Return Value

Type: ListColor
list of colors associated with a key
See Also