Class PdfSpecialCs.NChannel
- Namespace
- iText.Kernel.Pdf.Colorspace
- Assembly
- itext.kernel.dll
public class PdfSpecialCs.NChannel : PdfSpecialCs.DeviceN
- Inheritance
-
PdfSpecialCs.NChannel
- Inherited Members
Constructors
NChannel(IList<string>, PdfColorSpace, IPdfFunction, PdfDictionary)
Creates a new NChannel colorspace.
public NChannel(IList<string> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform, PdfDictionary attributes)
Parameters
names
IList<string>the names for the components
alternateSpace
PdfColorSpacethe alternative colorspace
tintTransform
IPdfFunctionthe function to transform colors to the alternate color space
attributes
PdfDictionaryNChannel specific attributes
NChannel(PdfArray)
public NChannel(PdfArray pdfObject)
Parameters
pdfObject
PdfArray
NChannel(PdfArray, PdfObject, PdfObject, PdfDictionary)
public NChannel(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes)
Parameters
names
PdfArrayalternateSpace
PdfObjecttintTransform
PdfObjectattributes
PdfDictionary
Methods
GetNChannelCsArray(PdfArray, PdfObject, PdfObject, PdfDictionary)
protected static PdfArray GetNChannelCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes)
Parameters
names
PdfArrayalternateSpace
PdfObjecttintTransform
PdfObjectattributes
PdfDictionary