public class Separation extends Color
colorSpace, colorValue| Constructor and Description |
|---|
Separation(PdfSpecialCs.Separation cs)
Creates a separation color using the given
PdfSpecialCs color space. |
Separation(PdfSpecialCs.Separation cs,
float value)
Creates a separation color using the given
PdfSpecialCs color space and color value. |
Separation(String name,
PdfColorSpace alternateCs,
IPdfFunction tintTransform,
float value)
Creates a color in a new separation color space.
|
convertCmykToRgb, convertRgbToCmyk, createColorWithColorSpace, equals, getColorSpace, getColorValue, getNumberOfComponents, hashCode, makeColor, makeColor, setColorValuepublic Separation(PdfSpecialCs.Separation cs)
PdfSpecialCs color space.cs - Color spacepublic Separation(PdfSpecialCs.Separation cs, float value)
PdfSpecialCs color space and color value.cs - Color spacevalue - 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 color spacevalue - the color valueCopyright © 1998–2024 Apryse Group NV. All rights reserved.