ColorPalette Constructor (ColorPalette)

Initializes a new instance of the ColorPalette class by copying colors from the specified System.Drawing.Imaging.ColorPalette object.

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

Syntax

C#
public ColorPalette(
	ColorPalette palette
)

Parameters

palette

Type: System.Drawing.Imaging.ColorPalette

The System.Drawing.Imaging.ColorPalette to be copied.

See Also

Reference