Searched refs:colorMatrix (Results 1 – 1 of 1) sorted by relevance
769 private static void normalizeCM(/*inout*/float[] colorMatrix) { in normalizeCM() argument771 map(colorMatrix, D50_XYZ, /*out*/tmp); in normalizeCM()774 scale(1.0f / maxVal, colorMatrix); in normalizeCM()