int
array of components for one pixel. The dest
array contains the result of the lookup and is returned. If dest is null
, a new array is allocated. The source and destination can be equal.
@param src the source array of components of one pixel
@param dest the destination array of components for one pixel,translated with this LookupTable
@return an int
array of components for one pixel.
|
|
|
|
|
|
|
|
|
|
|
|