Initializes a new instance of the ColorPalette class using the specified collection of colors.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public ColorPalette( ICollection<RgbColor> entries )
Type: System.Collections.Generic.ICollection<RgbColor>
An [System.Collections.Generic.ICollection{Aurigma.GraphicsMill.RgbColor}] of colors to initialize the palette with.