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

RgbColor.Implicit Operator

Casts this System.Drawing.Color class instance to RgbColor value.

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

Syntax

Visual Basic
Public Shared Widening Operator CType ( _
	obj As Color _
) As RgbColor
C#
public static implicit operator RgbColor (
	Color obj
)

Parameters

obj

Type: System.Drawing.Color

System.Drawing.Color class instance to cast.

Return Value

Color value casted to RgbColor.

See Also

Reference