Color.ToInt32 Method

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

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

Syntax

C#
public virtual int ToInt32()

Return Value

A 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