public class PdfLabColor extends Object implements ICachedColorSpace
Constructor and Description |
---|
PdfLabColor() |
PdfLabColor(float[] whitePoint) |
PdfLabColor(float[] whitePoint, float[] blackPoint) |
PdfLabColor(float[] whitePoint, float[] blackPoint, float[] range) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PdfObject |
getPdfObject(PdfWriter writer) |
int |
hashCode() |
BaseColor |
lab2Rgb(float l, float a, float b) |
protected double[] |
lab2RgbLinear(float l, float a, float b) |
LabColor |
rgb2lab(BaseColor baseColor) |
public PdfLabColor()
public PdfLabColor(float[] whitePoint)
public PdfLabColor(float[] whitePoint, float[] blackPoint)
public PdfLabColor(float[] whitePoint, float[] blackPoint, float[] range)
public PdfObject getPdfObject(PdfWriter writer)
getPdfObject
in interface ICachedColorSpace
public BaseColor lab2Rgb(float l, float a, float b)
protected double[] lab2RgbLinear(float l, float a, float b)
public boolean equals(Object o)
equals
in interface ICachedColorSpace
equals
in class Object
public int hashCode()
hashCode
in interface ICachedColorSpace
hashCode
in class Object
Copyright © 2016. All rights reserved.