icc.lut
Class LookUpTable8Gamma

java.lang.Object
  |
  +--icc.lut.LookUpTable
        |
        +--icc.lut.LookUpTable8
              |
              +--icc.lut.LookUpTable8Gamma

public class LookUpTable8Gamma
extends LookUpTable8

A Gamma based 16 bit lut.

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

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

Constructor Detail

LookUpTable8Gamma

public LookUpTable8Gamma(ICCCurveType curve,
                         int dwNumInput,
                         byte dwMaxOutput)