Searched refs:rgbToXYZ (Results 1 – 1 of 1) sorted by relevance
248 float[] rgbToXYZ = cs.getTransform(); in testMat3x3() local250 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testMat3x3()299 float[] rgbToXYZ = cs.getTransform(); in testXYZFromPrimaries_xyY() local301 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testXYZFromPrimaries_xyY()337 float[] rgbToXYZ = cs.getTransform(); in testXYZFromPrimaries_XYZ() local339 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testXYZFromPrimaries_XYZ()435 float[] rgbToXYZ = cs.getTransform(); in testRGBtoXYZMatrix() local437 assertNotNull(rgbToXYZ); in testRGBtoXYZMatrix()438 assertEquals(9, rgbToXYZ.length); in testRGBtoXYZMatrix()441 Arrays.fill(rgbToXYZ, Float.NaN); in testRGBtoXYZMatrix()[all …]