Table of Contents

Class CalGray

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

Representation of a CalGray color space.

public class CalGray : Color
Inheritance
CalGray
Inherited Members

Constructors

CalGray(float[], float)

Creates a new CalGray color space using the given white point and color value.

public CalGray(float[] whitePoint, float value)

Parameters

whitePoint float[]

Color values for defining the white point

value float

Gray color value

CalGray(float[], float[], float, float)

Creates a new CalGray color space using the given white point, black point, gamma and color value.

public CalGray(float[] whitePoint, float[] blackPoint, float gamma, 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

value float

Gray color value

CalGray(CalGray)

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

public CalGray(PdfCieBasedCs.CalGray cs)

Parameters

cs PdfCieBasedCs.CalGray

Color space

CalGray(CalGray, float)

Creates a new CalGray color space using the given PdfCieBasedCs color space and color value.

public CalGray(PdfCieBasedCs.CalGray cs, float value)

Parameters

cs PdfCieBasedCs.CalGray

Color space

value float

Gray color value