|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.imagero.swing.color.LabColor
| Nested Class Summary | |
static class |
LabColor.WhitePoint
|
| Field Summary | |
static LabColor.WhitePoint |
WP_A
|
static LabColor.WhitePoint |
WP_D50
|
static LabColor.WhitePoint |
WP_D65
|
static LabColor.WhitePoint |
WP_F2
|
| Constructor Summary | |
LabColor()
|
|
LabColor(LabColor.WhitePoint whitePoint)
|
|
| Method Summary | |
int |
cie2rgb(float x0,
float x1,
float x2)
|
float |
getA()
|
float |
getB()
|
int |
getBlue()
|
int |
getGreen()
|
float |
getL()
|
int |
getRed()
|
int |
getRGB()
|
int |
getRGB(int alpha)
|
float |
getX()
|
float |
getY()
|
float |
getZ()
|
void |
setLAB(float L,
float a,
float b)
|
void |
setRGB(int r,
int g,
int b)
|
void |
setXYZ(float X,
float Y,
float Z)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final LabColor.WhitePoint WP_D65
public static final LabColor.WhitePoint WP_D50
public static final LabColor.WhitePoint WP_F2
public static final LabColor.WhitePoint WP_A
| Constructor Detail |
public LabColor()
public LabColor(LabColor.WhitePoint whitePoint)
| Method Detail |
public void setXYZ(float X,
float Y,
float Z)
public void setRGB(int r,
int g,
int b)
public void setLAB(float L,
float a,
float b)
public int cie2rgb(float x0,
float x1,
float x2)
public int getRed()
public int getGreen()
public int getBlue()
public int getRGB()
public int getRGB(int alpha)
public float getL()
public float getA()
public float getB()
public float getX()
public float getY()
public float getZ()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||