Click or drag to resize

Palette Constructor (IEnumerableColor)

Initializes a new instance of the Palette class with the specified colors

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

Parameters

colors
Type: System.Collections.GenericIEnumerableColor
Initial colors to add to the palette
See Also