phelps.awt.color
public class ColorSpaceLab extends ColorSpace
Version: $Revision: 1.4 $ $Date: 2002/06/06 21:45:18 $
Constructor Summary | |
---|---|
ColorSpaceLab(float whitex, float whitey, float whitez) Pass white point (x,y,z). |
Method Summary | |
---|---|
float[] | fromCIEXYZ(float[] colorvalue) NOT IMPLEMENTED (not needed for PDF). |
float[] | fromRGB(float[] rgbvalue) |
float | getMaxValue(int component) |
float | getMinValue(int component) |
void | setBlackPoint(float x, float y, float z) |
void | setRange(float amin, float amax, float bmin, float bmax) |
float[] | toCIEXYZ(float[] colorvalue) |
float[] | toRGB(float[] colorvalue) |