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

RgbColor.Implicit Operator

Casts this RgbColor to Int64 containing extended numerical representation of the color.

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

Syntax

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

Parameters

obj

Type: Aurigma.GraphicsMill.RgbColor

RgbColor class instance to cast.

Return Value

Int64 containing extended numerical representation of the color.

See Also

Reference