Click or drag to resize

PaletteAddRange Method

Adds the specified colors to this palette collection

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void AddRange(
	IEnumerable<Color> colors
)

Parameters

colors
Type: System.Collections.GenericIEnumerableColor
Colors to add to this palette collection
See Also