Create a new seperation color.

Namespace: TallComponents.PDF.Colors
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public SeperationColor(
	string name,
	TintTransform tintTransform,
	double tint
)
Visual Basic
Public Sub New ( _
	name As String, _
	tintTransform As TintTransform, _
	tint As Double _
)

Parameters

name
Type: System..::..String
The name from the seperation color.
tintTransform
Type: TallComponents.PDF.Colors..::..TintTransform
The tint transformation; used if the output device doesn't support the seperation color name.
tint
Type: System..::..Double
The tint component [0-1].

See Also