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.
|
| Modifier and Type | Method and Description |
|---|---|
PdfColorSpace |
getBaseCs() |
PdfName |
getName()
Deprecated.
in favour of
getSeparationColorName() |
int |
getNumberOfComponents() |
PdfName |
getSeparationColorName()
Retrieves separation color name.
|
IPdfFunction |
getTintTransformation()
Gets the function to calulate a separation color value to an alternative colorspace.
|
flush, isWrappedObjectMustBeIndirectgetColorspaceName, makeColorSpaceensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidReleasepublic Separation(PdfArray pdfObject)
public 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 getSeparationColorName()
@Deprecated public PdfName getName()
getSeparationColorName()getName in class PdfColorSpacepublic IPdfFunction getTintTransformation()
IPdfFunction to perform the calculationCopyright © 1998–2026 Apryse Group NV. All rights reserved.