icc.lut
Class LookUpTable16Gamma

java.lang.Object
  |
  +--icc.lut.LookUpTable
        |
        +--icc.lut.LookUpTable16
              |
              +--icc.lut.LookUpTable16Gamma

public class LookUpTable16Gamma
extends LookUpTable16

A Gamma based 16 bit lut.

See Also:
jj2000.j2k.icc.tags.ICCCurveType

Field Summary
 
Fields inherited from class icc.lut.LookUpTable16
dwMaxOutput, lut
 
Fields inherited from class icc.lut.LookUpTable
curve, dwNumInput, eol
 
Constructor Summary
LookUpTable16Gamma(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
           
 
Methods inherited from class icc.lut.LookUpTable16
createInstance, elementAt, toString, toStringWholeLut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LookUpTable16Gamma

public LookUpTable16Gamma(ICCCurveType curve,
                          int dwNumInput,
                          int dwMaxOutput)