gui
Class Hsb

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

public class Hsb
extends FloatPlane


Fields inherited from class gui.FloatPlane
b, bBar, g, gBar, height, max, min, r, rBar, width
 
Constructor Summary
Hsb(ColorFrame _cf)
           
 
Method Summary
 void fromRgb()
           
 void hsbtorgb(float hue, float saturation, float brightness, float[] triplet)
           
 void rgbtohsb(float r, float g, float b, float[] hsbvals)
           
 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

Hsb

public Hsb(ColorFrame _cf)
Method Detail

fromRgb

public void fromRgb()
Overrides:
fromRgb in class FloatPlane

hsbtorgb

public void hsbtorgb(float hue,
                     float saturation,
                     float brightness,
                     float[] triplet)

rgbtohsb

public void rgbtohsb(float r,
                     float g,
                     float b,
                     float[] hsbvals)

toRgb

public void toRgb()
Overrides:
toRgb in class FloatPlane