Searched refs:rgbToXYZ (Results 1 – 1 of 1) sorted by relevance
204 float[] rgbToXYZ = cs.getTransform(); in testMat3x3() local206 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testMat3x3()255 float[] rgbToXYZ = cs.getTransform(); in testXYZFromPrimaries_xyY() local257 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testXYZFromPrimaries_xyY()293 float[] rgbToXYZ = cs.getTransform(); in testXYZFromPrimaries_XYZ() local295 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testXYZFromPrimaries_XYZ()380 float[] rgbToXYZ = cs.getTransform(); in testRGBtoXYZMatrix() local382 assertNotNull(rgbToXYZ); in testRGBtoXYZMatrix()383 assertEquals(9, rgbToXYZ.length); in testRGBtoXYZMatrix()386 Arrays.fill(rgbToXYZ, Float.NaN); in testRGBtoXYZMatrix()[all …]