Searched refs:xyzToRGB (Results 1 – 1 of 1) sorted by relevance
258 float[] xyzToRGB = cs.getInverseTransform(); in testMat3x3Inverse() local260 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testMat3x3Inverse()304 float[] xyzToRGB = cs.getInverseTransform(); in testXYZFromPrimaries_xyY() local306 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testXYZFromPrimaries_xyY()342 float[] xyzToRGB = cs.getInverseTransform(); in testXYZFromPrimaries_XYZ() local344 assertEquals(XYZ_TO_SRGB[i], xyzToRGB[i], 1e-5f); in testXYZFromPrimaries_XYZ()451 float[] xyzToRGB = cs.getInverseTransform(); in testXYZtoRGBMatrix() local453 assertNotNull(xyzToRGB); in testXYZtoRGBMatrix()454 assertEquals(9, xyzToRGB.length); in testXYZtoRGBMatrix()457 Arrays.fill(xyzToRGB, Float.NaN); in testXYZtoRGBMatrix()[all …]