ColorPalette.Implicit Operator

Converts the specified System.Drawing.Imaging.ColorPalette to a Aurigma.GraphicsMill.ColorPalette.

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

Syntax

C#
public static implicit operator ColorPalette (
	ColorPalette palette
)

Parameters

palette

Type: System.Drawing.Imaging.ColorPalette

The System.Drawing.Imaging.ColorPalette to convert.

Return Value

A Aurigma.GraphicsMill.ColorPalette that represents the converted System.Drawing.Imaging.ColorPalette.

See Also

Reference