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

GrayScaleColor.ToInt32 Method

Returns non-extended (8 bit per channel) numeric representation of this GrayScaleColor.

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

Syntax

Visual Basic
Public Overrides Function ToInt32 As Integer
C#
public override int ToInt32()

Return Value

Value containing numeric representation of this GrayScaleColor.

See Also

Reference