dst is returned.
@param src the source array.
@param dst the destination array. This array must be at least as long as src. If dst is null, a new array will be allocated having the same length as src.
@return the array dst, an int array of samples.
@exception ArrayIndexOutOfBoundsException if src is longer than dst or if for any element i of src, src[i]-offset is either less than zero or greater than or equal to the length of the lookup table for any band.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |