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, setColorValue
public 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} instead
name
- the name for the separation color
alternateCs
- the alternative color space
tintTransform
- the function to transform color to the alternate colorspace
value
- the color value
public Separation(String name, PdfColorSpace alternateCs, IPdfFunction tintTransform, float value)
name
- the name for the separation color
alternateCs
- the alternative color space
tintTransform
- the function to transform color to the alternate colorspace
value
- the color value
Copyright © 1998–2022 iText Group NV. All rights reserved.