tico.rules
Class TColorTransformation

java.lang.Object
  extended by tico.rules.TColorTransformation

public class TColorTransformation
extends java.lang.Object

The TColorTransformation object that transforms a RGB color to a LAB color.

Version:
1.0 Aug 14, 2007
Author:
Beatriz Mateo

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

TColorTransformation

public TColorTransformation()
Method Detail

rgbToLab

public int rgbToLab(int R,
                    int G,
                    int B)
Converts the RGB color to LAB color