public class Separation extends Color
colorSpace, colorValue| Constructor and Description |
|---|
Separation(PdfSpecialCs.Separation cs) |
Separation(PdfSpecialCs.Separation cs,
float value) |
Separation(String name,
PdfColorSpace alternateCs,
IPdfFunction tintTransform,
float value)
Creates a color in a new separation color space.
|
Separation(String name,
PdfColorSpace alternateCs,
PdfFunction tintTransform,
float value)
Deprecated.
Use constructor
Separation(String, PdfColorSpace, IPdfFunction, float) Separation}
instead |
convertCmykToRgb, convertRgbToCmyk, equals, getColorSpace, getColorValue, getNumberOfComponents, hashCode, makeColor, makeColor, setColorValuepublic Separation(PdfSpecialCs.Separation cs)
public Separation(PdfSpecialCs.Separation cs, float value)
@Deprecated public Separation(String name, PdfColorSpace alternateCs, PdfFunction tintTransform, float value)
Separation(String, PdfColorSpace, IPdfFunction, float) Separation}
insteadname - the name for the separation coloralternateCs - the alternative color spacetintTransform - the function to transform color to the alternate colorspacevalue - the color valuepublic Separation(String name, PdfColorSpace alternateCs, IPdfFunction tintTransform, float value)
name - the name for the separation coloralternateCs - the alternative color spacetintTransform - the function to transform color to the alternate colorspacevalue - the color valueCopyright © 1998–2022 iText Group NV. All rights reserved.