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

GrayScaleColor.Implicit Operator

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

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

Syntax

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

Parameters

value

Type: System.Int64

Int64 containing extended numerical representation of the color.

Return Value

GrayScaleColor class instance created from the integer value.

See Also

Reference