Click or drag to resize

acePaletteProvider Constructor (IEnumerableString)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the acePaletteProvider class using colors: #none, #colorA, #colorB, #colorC ...

Namespace:  imbSCI.Core.reporting.colors
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public acePaletteProvider(
	IEnumerable<string> colors
)
Request Example View Source

Parameters

colors
Type: System.Collections.GenericIEnumerableString
List of hex base colors to derive palletes from> #000000.
Remarks
if there are more roles than supplied base colors - it will use light gray default color for all the rest
See Also