public static class PdfSpecialCs.Separation extends PdfSpecialCs
PdfSpecialCs.DeviceN, PdfSpecialCs.Indexed, PdfSpecialCs.NChannel, PdfSpecialCs.Pattern, PdfSpecialCs.Separation, PdfSpecialCs.UncoloredTilingPatternDIRECT_COLOR_SPACES| Constructor and Description |
|---|
Separation(PdfArray pdfObject) |
Separation(PdfName name,
PdfObject alternateSpace,
PdfObject tintTransform) |
Separation(String name,
PdfColorSpace alternateSpace,
IPdfFunction tintTransform)
Creates a new separation color space.
|
Separation(String name,
PdfColorSpace alternateSpace,
PdfFunction tintTransform)
Deprecated.
This constructor has been replaced
by
#Separation(String, PdfColorSpace, IPdfFunction) |
| Modifier and Type | Method and Description |
|---|---|
PdfColorSpace |
getBaseCs() |
PdfName |
getName() |
int |
getNumberOfComponents() |
IPdfFunction |
getTintTransformation()
Gets the function to calulate a separation color value to an alternative colorspace.
|
flush, isWrappedObjectMustBeIndirectmakeColorSpaceensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidReleasepublic Separation(PdfArray pdfObject)
@Deprecated public Separation(String name, PdfColorSpace alternateSpace, PdfFunction tintTransform)
#Separation(String, PdfColorSpace, IPdfFunction)name - The name for the separation coloralternateSpace - The alternate colorspacetintTransform - The function how the transform colors in the separation color space
to the alternate color spacepublic Separation(String name, PdfColorSpace alternateSpace, IPdfFunction tintTransform)
name - The name for the separation coloralternateSpace - The alternate colorspacetintTransform - The function how the transform colors in the separation color space
to the alternate color spacepublic int getNumberOfComponents()
getNumberOfComponents in class PdfColorSpacepublic PdfColorSpace getBaseCs()
public PdfName getName()
public IPdfFunction getTintTransformation()
IPdfFunction to perform the calculationCopyright © 1998–2023 iText Group NV. All rights reserved.