org.icepdf.core.pobjects.graphics
Class Lab
java.lang.Object
org.icepdf.core.pobjects.Dictionary
org.icepdf.core.pobjects.graphics.PColorSpace
org.icepdf.core.pobjects.graphics.Lab
public class Lab
- extends PColorSpace
put your documentation comment here
| Methods inherited from class org.icepdf.core.pobjects.Dictionary |
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, isDeleted, isNew, setDeleted, setNew, setPObjectReference, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LAB_KEY
public static final Name LAB_KEY
WHITE_POINT_KEY
public static final Name WHITE_POINT_KEY
RANGE_KEY
public static final Name RANGE_KEY
getNumComponents
public int getNumComponents()
- Specified by:
getNumComponents in class PColorSpace
- Returns:
normaliseComponentsToFloats
public void normaliseComponentsToFloats(int[] in,
float[] out,
float maxval)
- Overrides:
normaliseComponentsToFloats in class PColorSpace
getColor
public java.awt.Color getColor(float[] f,
boolean fillAndStroke)
- Specified by:
getColor in class PColorSpace
- Parameters:
f -
- Returns: