Table of Contents

Class Lab

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

Representation of a lab color space.

public class Lab : Color
Inheritance
Lab
Inherited Members

Constructors

Lab(float[], float[])

Creates a lab color using the given white point and color values.

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

Parameters

whitePoint float[]

Color values for defining the white point

value float[]

Color values

Lab(float[], float[], float[], float[])

Creates a lab color using the given white point, black point and color values.

public Lab(float[] whitePoint, float[] blackPoint, float[] range, float[] value)

Parameters

whitePoint float[]

Color values for defining the white point

blackPoint float[]

Color values for defining the black point

range float[]

Range for color

value float[]

Color values

Lab(Lab)

Creates a lab color using the given PdfCieBasedCs color space.

public Lab(PdfCieBasedCs.Lab cs)

Parameters

cs PdfCieBasedCs.Lab

Color space

Lab(Lab, float[])

Creates a lab color using the given PdfCieBasedCs color space and color values.

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

Parameters

cs PdfCieBasedCs.Lab

Color space

value float[]

Color values