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) |
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 © 2015. All rights reserved.