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

Color.ToInt32 Method

Returns non-extended (8 bit per channel) numeric representation of the Color.

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

Syntax

Visual Basic
Public MustOverride Function ToInt32 As Integer
C#
public abstract int ToInt32()

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