gui
Class Rgb

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

public class Rgb
extends FloatPlane


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

Rgb

public Rgb(ColorFrame _cf)
Method Detail

fromRgb

public void fromRgb()
Overrides:
fromRgb in class FloatPlane

toRgb

public void toRgb()
Overrides:
toRgb in class FloatPlane