| 
            
              ColorRangeColors Method 
             | 
          
        
         
            add colors according to the given color scheme.
            
 
    Namespace: 
   Karamba.Utilities
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static List<Color> Colors(
	Model model,
	string color_sheme
)
Public Shared Function Colors ( 
	model As Model,
	color_sheme As String
) As List(Of Color)
public:
static List<Color>^ Colors(
	Model^ model, 
	String^ color_sheme
)
static member Colors : 
        model : Model * 
        color_sheme : string -> List<Color> 
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