gui
Class Xyzd65

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

public class Xyzd65
extends FloatPlane


Fields inherited from class gui.FloatPlane
b, bBar, g, gBar, height, max, min, r, rBar, width
 
Constructor Summary
Xyzd65(ColorFrame _cf)
           
 
Method Summary
 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

Xyzd65

public Xyzd65(ColorFrame _cf)
Method Detail

fromRgb

public void fromRgb()
Overrides:
fromRgb in class FloatPlane

toRgb

public void toRgb()
Overrides:
toRgb in class FloatPlane