Table of Contents

Class PdfCieBasedCs.CalRgb

Namespace
iText.Kernel.Pdf.Colorspace
Assembly
itext.kernel.dll
public class PdfCieBasedCs.CalRgb : PdfCieBasedCs
Inheritance
PdfCieBasedCs.CalRgb
Inherited Members

Constructors

CalRgb(float[])

public CalRgb(float[] whitePoint)

Parameters

whitePoint float[]

CalRgb(float[], float[], float[], float[])

public CalRgb(float[] whitePoint, float[] blackPoint, float[] gamma, float[] matrix)

Parameters

whitePoint float[]
blackPoint float[]
gamma float[]
matrix float[]

CalRgb(PdfArray)

public CalRgb(PdfArray pdfObject)

Parameters

pdfObject PdfArray

Methods

GetNumberOfComponents()

public override int GetNumberOfComponents()

Returns

int