RgbColor.ToInt32 Method

Gets a non-extended (8 bit per channel) numeric representation of this RgbColor.

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

Syntax

C#
public override sealed int ToInt32()

Return Value

The numeric representation of this RgbColor.

See Also

Reference