All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class VS.HLS

java.lang.Object
   |
   +----VS.ColorConverter
           |
           +----VS.HLS

public class HLS
extends VS.ColorConverter

Variable Index

 o CU
 o sf

Constructor Index

 o HLS(ProcessPlane)

Method Index

 o autoScale()
 o brighten(double)
 o equalize()
 o fromRGB()
 o getMaxIntensity()
 o getMinIntensity()
 o toRGB()
 o Value(double, double, double)
 o xfer(double)

Variables

 o CU
 private VS.ColorUtils CU
 o sf
 private double sf

Constructors

 o HLS
 public HLS(lyon.ipl.ProcessPlane pp_)

Methods

 o fromRGB
 public int[] fromRGB()
Overrides:
fromRGB in class VS.ColorConverter
 o getMinIntensity
 public float getMinIntensity()
 o getMaxIntensity
 public float getMaxIntensity()
 o xfer
 private int xfer(double f)
 o equalize
 public void equalize()
 o autoScale
 public void autoScale()
 o brighten
 public void brighten(double sf_)
 o toRGB
 public int[] toRGB()
Overrides:
toRGB in class VS.ColorConverter
 o Value
 double Value(double n1,
              double n2,
              double hue)

All Packages  Class Hierarchy  This Package  Previous  Next  Index