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
)
Public Sub AddRange (
colors As IEnumerable(Of Color)
)
member AddRange :
colors : IEnumerable<Color> -> unit
Parameters
- colors
- Type: System.Collections.GenericIEnumerableColor
Colors to add to this palette collection
See Also