ColorPalette Constructor (ICollection<RgbColor>)

Initializes a new instance of the ColorPalette class using the specified collection of colors.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public ColorPalette(
	ICollection<RgbColor> entries
)

Parameters

entries

Type: System.Collections.Generic.ICollection<RgbColor>

An [System.Collections.Generic.ICollection{Aurigma.GraphicsMill.RgbColor}] of colors to initialize the palette with.

See Also

Reference