Color.Implicit Operator

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

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

Syntax

C#
public static implicit operator Color (
	Color color
)

Parameters

color

Type: Aurigma.GraphicsMill.Color

The Aurigma.GraphicsMill.Color to convert.

Return Value

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

Remarks

Note, no color management is applied in this case and colors may be reproduced inaccurately.

See Also

Reference