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