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. -
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
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
-