|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttico.rules.TColorTransformation
public class TColorTransformation
The TColorTransformation
object that transforms a RGB color
to a LAB color.
Constructor Summary | |
---|---|
TColorTransformation()
|
Method Summary | |
---|---|
int |
rgbToLab(int R,
int G,
int B)
Converts the RGB color to LAB color |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TColorTransformation()
Method Detail |
---|
public int rgbToLab(int R, int G, int B)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |