Color.Implicit Operator

Converts the specified System.Drawing.Color to a Aurigma.GraphicsMill.Color.

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

Syntax

C#
public static implicit operator Color (
	Color color
)

Parameters

color

Type: System.Drawing.Color

The System.Drawing.Color to convert.

Return Value

A Aurigma.GraphicsMill.Color that represents the converted System.Drawing.Color.

Remarks

Classes casted from the System.Drawing.Color always has RgbColor type.

See Also

Reference