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)
public SpotColor( Ink ink, byte tint, byte alpha )
Type: Aurigma.GraphicsMill.Ink
Ink characteristics of the spot color.Type: System.Byte
A tint of the spot color.Type: System.Byte
An alpha channel of the spot color.