ColorPalette.Implicit Operator

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

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

Syntax

C#
public static implicit operator ColorPalette (
	ColorPalette palette
)

Return Value

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

See Also

Reference