Package com.itextpdf.kernel.colors
Class Separation
java.lang.Object
com.itextpdf.kernel.colors.Color
com.itextpdf.kernel.colors.Separation
-
Field Summary
Fields inherited from class com.itextpdf.kernel.colors.Color
colorSpace, colorValue
-
Constructor Summary
ConstructorDescriptionSeparation
(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. -
Method Summary
Methods inherited from class com.itextpdf.kernel.colors.Color
convertCmykToRgb, convertRgbToCmyk, equals, getColorSpace, getColorValue, getNumberOfComponents, hashCode, makeColor, makeColor, setColorValue
-
Constructor Details
-
Separation
-
Separation
-
Separation
@Deprecated public Separation(String name, PdfColorSpace alternateCs, PdfFunction tintTransform, float value) Deprecated.Use constructorSeparation(String, PdfColorSpace, IPdfFunction, float)
Separation} insteadCreates a color in a new separation color space.- Parameters:
-
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
-
Separation
Creates a color in a new separation color space.- Parameters:
-
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
-
Separation(String, PdfColorSpace, IPdfFunction, float)
Separation} instead