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
)
Public Sub New (
colors As IEnumerable(Of Color)
)
new :
colors : IEnumerable<Color> -> Palette
Parameters
- colors
- Type: System.Collections.GenericIEnumerableColor
Initial colors to add to the palette
See Also