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 ICachedColorSpacepublic 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 ICachedColorSpaceequals in class Objectpublic int hashCode()
hashCode in interface ICachedColorSpacehashCode in class ObjectCopyright © 2024. All rights reserved.