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

RgbColor.Implicit Operator

Casts extended (16-bit per channel) numeric representation of RGB color to RgbColor.

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

Syntax

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

Parameters

value

Type: System.Int64

Extended numeric representation of the RGB color.

Return Value

Converted RgbColor class instance.

See Also

Reference