Java java.awt.image ByteLookupTable fields, constructors, methods, implement or subclass

Example usage for Java java.awt.image ByteLookupTable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.image ByteLookupTable.

The text is from its open source code.

Constructor

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.