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

Color.ToInt64 Method

Returns extended (16 bit per channel) numeric representation of the Color.

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

Syntax

Visual Basic
Public MustOverride Function ToInt64 As Long
C#
public abstract long ToInt64()

Return Value

Value containing numeric representation of this Color.

Remarks

If color has larger than 4 channels, all extra channels will be truncated. For example, CmykColor will return only CMYK quad instead of ACMYK quintuple; alpha channel will be truncated.

See Also

Reference