Searched refs:normalizedColorMatrix2 (Results 1 – 1 of 1) sorted by relevance
294 float[] normalizedColorMatrix2 = Arrays.copyOf(colorMatrix2, colorMatrix2.length); in convertToSRGB() local295 normalizeCM(normalizedColorMatrix2); in convertToSRGB()301 Log.d(TAG, "Normalized ColorMatrix2: " + Arrays.toString(normalizedColorMatrix2)); in convertToSRGB()307 normalizedColorMatrix1, normalizedColorMatrix2, neutralColorPoint); in convertToSRGB()