SpotColor Constructor (Ink, Byte)

Initializes a new instance of the SpotColor class with specified ink characteristics and a tint.

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

Syntax

C#
public SpotColor(
	Ink ink,
	byte tint
)

Parameters

ink

Type: Aurigma.GraphicsMill.Ink

Ink characteristics of the spot color.
tint

Type: System.Byte

A tint of the spot color.

See Also

Reference