Merge "Removing unnecessary computation."
This commit is contained in:
@@ -446,7 +446,6 @@ public class IccUtils {
|
|||||||
int colorNumber = data[valueIndex++] & 0xFF;
|
int colorNumber = data[valueIndex++] & 0xFF;
|
||||||
int clutOffset = ((data[valueIndex++] & 0xFF) << 8)
|
int clutOffset = ((data[valueIndex++] & 0xFF) << 8)
|
||||||
| (data[valueIndex++] & 0xFF);
|
| (data[valueIndex++] & 0xFF);
|
||||||
length = length - 6;
|
|
||||||
|
|
||||||
int[] colorIndexArray = getCLUT(data, clutOffset, colorNumber);
|
int[] colorIndexArray = getCLUT(data, clutOffset, colorNumber);
|
||||||
if (true == transparency) {
|
if (true == transparency) {
|
||||||
|
|||||||
Reference in New Issue
Block a user