gui
Class Hls

java.lang.Object
  |
  +--gui.FloatPlane
        |
        +--gui.Hls

public class Hls
extends FloatPlane


Fields inherited from class gui.FloatPlane
b, bBar, g, gBar, height, max, min, r, rBar, width
 
Constructor Summary
Hls(ColorFrame _cf)
           
 
Method Summary
 void autoScale()
           
 void fromRgb()
           
 void toRgb()
           
 
Methods inherited from class gui.FloatPlane
addArray, computeStats, convertSpace, copyFloats, getMax, getMax, getMin, getMin, linearTransform, linearTransform, max, min, normalize, normalize, oneDSubsample4To1, oneDSubsampleTwoTo1, oneOnF, pow, powArray, printStatistics, scale, scaleArray, subSampleChroma2To1, subSampleChroma4To1, transpose, updateParent, updateParent, zeroOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hls

public Hls(ColorFrame _cf)
Method Detail

autoScale

public void autoScale()

fromRgb

public void fromRgb()
Overrides:
fromRgb in class FloatPlane

toRgb

public void toRgb()
Overrides:
toRgb in class FloatPlane