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

CmykColor.Implicit Operator

Casts long value to Aurigma.GraphicsMill.CmykColor class instance.

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

Syntax

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

Parameters

value

Type: System.Int64

Int64 containing extended numerical representation of the color.

Return Value

CmykColor class instance created from the integer value.

See Also

Reference