Constructor Palette
Palette(IEnumerable<Color>)
Constructs a new palette from the given list of colors.
public Palette(IEnumerable<Color> newColors)
Parameters
newColorsIEnumerable<Color>
Constructs a new palette from the given list of colors.
public Palette(IEnumerable<Color> newColors)
newColors IEnumerable<Color>