Class PdfLabColor
java.lang.Object
com.itextpdf.text.pdf.PdfLabColor
- All Implemented Interfaces:
ICachedColorSpace
-
Constructor Summary
ConstructorsConstructorDescriptionPdfLabColor(float[] whitePoint) PdfLabColor(float[] whitePoint, float[] blackPoint) PdfLabColor(float[] whitePoint, float[] blackPoint, float[] range) -
Method Summary
-
Constructor Details
-
PdfLabColor
public PdfLabColor() -
PdfLabColor
public PdfLabColor(float[] whitePoint) -
PdfLabColor
public PdfLabColor(float[] whitePoint, float[] blackPoint) -
PdfLabColor
public PdfLabColor(float[] whitePoint, float[] blackPoint, float[] range)
-
-
Method Details
-
getPdfObject
- Specified by:
getPdfObjectin interfaceICachedColorSpace
-
lab2Rgb
-
lab2RgbLinear
protected double[] lab2RgbLinear(float l, float a, float b) -
rgb2lab
-
equals
- Specified by:
equalsin interfaceICachedColorSpace- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceICachedColorSpace- Overrides:
hashCodein classObject
-