Example usage for Java java.awt.image ByteLookupTable fields, constructors, methods, implement or subclass
The text is from its open source code.
ByteLookupTable(int offset, byte[][] data) Constructs a ByteLookupTable object from an array of byte arrays representing a lookup table for each band. | |
ByteLookupTable(int offset, byte[] data) Constructs a ByteLookupTable object from an array of bytes representing a lookup table to be applied to all bands. |