Constructor PdfSpotColor
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PdfSpotColor(double, PdfSeparationColorSpace)
Initializes a new instance of the PdfSpotColor class.
public PdfSpotColor(double amount, PdfSeparationColorSpace colorSpace)
Parameters
amountdoubleThe amount (concentration) of spot colorant (tint).
colorSpacePdfSeparationColorSpaceThe separation color space in which the colorant is defined.
Remarks
The value 0.0 for the amount parameter represents the minimum
amount of colorant that can be applied; 1.0 represents the maximum. Thus, 0.0
denotes the lightest color that can be achieved with the given colorant, and 1.0
denotes the darkest.