PdfSeparationColor Constructor
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.ColorSpace
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfSeparationColor(
PdfColorSpaces colorspace,
float tint
)
Public Sub New (
colorspace As PdfColorSpaces,
tint As Single
)
public:
PdfSeparationColor(
PdfColorSpaces^ colorspace,
float tint
)
new :
colorspace : PdfColorSpaces *
tint : float32 -> PdfSeparationColor
Parameters
-
colorspace
-
Type:
Spire.Pdf.ColorSpace
PdfColorSpaces
The colorspace.
-
tint
-
Type:
System
Single
The acceptable range for this value is [0.0 1.0]. 0.0 means the lightest color that can be achieved, and 1.0 means the darkest color.
See Also