Click or drag to resize

ColorRangeColors Method

add colors according to the given color scheme.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Color> Colors(
	Model model,
	string color_sheme
)

Parameters

model
Type: Karamba.ModelsModel
statical model
color_sheme
Type: SystemString
name of the color scheme in the ini-file

Return Value

Type: ListColor

[Missing <returns> documentation for "M:Karamba.Utilities.ColorRange.Colors(Karamba.Models.Model,System.String)"]

See Also