Package org.apache.batik.ext.awt.image
Interface TransferFunction
-
- All Known Implementing Classes:
DiscreteTransfer,GammaTransfer,IdentityTransfer,LinearTransfer,TableTransfer
public interface TransferFunctionDefines the interface for all theComponentTransferOptransfer functions, which can all be converted to a lookup table
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getLookupTable()Returns the lookup table.
-