This documentation is for the old version. Go to the latest Graphics Mill docs

ColorPalette Constructor (ColorPalette)

Creates and initializes new ColorPalette class instance. The palette is copied from specified System.Drawing.Imaging.ColorPalette object.

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

Syntax

Visual Basic
Public Sub New ( _
	palette As ColorPalette _
)
C#
public ColorPalette(
	ColorPalette palette
)

Parameters

palette

Type: System.Drawing.Imaging.ColorPalette

System.Drawing.Imaging.ColorPalette class instance to copy color values from.

See Also

Reference