SpotColor Constructor (Ink, Byte, Byte)

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

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

Syntax

C#
public SpotColor(
	Ink ink,
	byte tint,
	byte alpha
)

Parameters

ink

Type: Aurigma.GraphicsMill.Ink

Ink characteristics of the spot color.
tint

Type: System.Byte

A tint of the spot color.
alpha

Type: System.Byte

An alpha channel of the spot color.

See Also

Reference