Brixomatic commented on a change in pull request #114:
URL: https://github.com/apache/commons-imaging/pull/114#discussion_r588993913



##########
File path: 
src/test/java/org/apache/commons/imaging/color/ColorConversionsTest.java
##########
@@ -116,4 +117,36 @@ public void testXYZ() {
             Debug.debug("cieluv_xyz", cieluv_xyz);
         }
     }
+
+    @Test
+    public void testRGBtoDin99b() {
+        for (final int rgb : SAMPLE_RGBS) {
+
+               final ColorXyz xyz = ColorConversions.convertRGBtoXYZ(rgb);

Review comment:
       will do




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to