Class PdfSpecialCs.NChannel
java.lang.Object
com.itextpdf.kernel.pdf.PdfObjectWrapper<PdfObject>
com.itextpdf.kernel.pdf.colorspace.PdfColorSpace
com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs
com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs.DeviceN
com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs.NChannel
- Enclosing class:
PdfSpecialCs
-
Nested Class Summary
Nested classes/interfaces inherited from class PdfSpecialCs
PdfSpecialCs.DeviceN, PdfSpecialCs.Indexed, PdfSpecialCs.NChannel, PdfSpecialCs.Pattern, PdfSpecialCs.Separation, PdfSpecialCs.UncoloredTilingPattern -
Field Summary
Fields inherited from class PdfSpecialCs.DeviceN
numOfComponentsFields inherited from class PdfColorSpace
DIRECT_COLOR_SPACES -
Constructor Summary
ConstructorsConstructorDescriptionNChannel(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) NChannel(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform, PdfDictionary attributes) Creates a new NChannel colorspace. -
Method Summary
Modifier and TypeMethodDescriptionprotected static PdfArraygetNChannelCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) Methods inherited from class PdfSpecialCs.DeviceN
getBaseCs, getDeviceNCsArray, getNames, getNumberOfComponentsMethods inherited from class PdfSpecialCs
flush, isWrappedObjectMustBeIndirectMethods inherited from class PdfColorSpace
makeColorSpace
-
Constructor Details
-
NChannel
-
NChannel
public NChannel(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) -
NChannel
public NChannel(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform, PdfDictionary attributes) Creates a new NChannel colorspace.- Parameters:
names- the names for the componentsalternateSpace- the alternative colorspacetintTransform- the function to transform colors to the alternate color spaceattributes- NChannel specific attributes
-
-
Method Details
-
getNChannelCsArray
protected static PdfArray getNChannelCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes)
-