Table of Contents

Class CalRgb

Namespace
iText.Kernel.Colors
Assembly
itext.kernel.dll

Representation of a CalRgb color space.

public class CalRgb : Color
Inheritance
CalRgb
Inherited Members

Constructors

CalRgb(float[], float[])

Creates a new CalRgb color using the given white point and RGB color values.

public CalRgb(float[] whitePoint, float[] value)

Parameters

whitePoint float[]

Color values for defining the white point

value float[]

RGB color values

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

Creates a new CalRgb color using the given white point, black point, gamma, matrix and RGB color values.

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

Parameters

whitePoint float[]

Color values for defining the white point

blackPoint float[]

Color values for defining the black point

gamma float[]

Gamma correction

matrix float[]

Matrix correction

value float[]

RGB color value

CalRgb(CalRgb)

Creates a new CalRgb color using the given PdfCieBasedCs color space.

public CalRgb(PdfCieBasedCs.CalRgb cs)

Parameters

cs PdfCieBasedCs.CalRgb

Color space

CalRgb(CalRgb, float[])

Creates a new CalRgb color using the given PdfCieBasedCs color space and RGB color values.

public CalRgb(PdfCieBasedCs.CalRgb cs, float[] value)

Parameters

cs PdfCieBasedCs.CalRgb

Color space

value float[]

RGB color values