Palette(IEnumerable<Color>)

Constructor

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Palette


Creates a new palette from the specified colors.

Syntax

public Palette(
	IEnumerable<Color> colors
)

Back to index