Displaying 1 result from an estimated 1 matches for "c2to3".
Did you mean:
2to3
2018 Sep 14
1
Possible bug with chromatic adaptation in grDevices::convertColor
...ling algorithm
???? Ma <- matrix(c( 0.40024, -0.22630, 0.,
???????????????????? 0.70760,? 1.16532, 0.,
??????????????????? -0.08081,? 0.04570, 0.91822), nrow = 3L, byrow = TRUE)
@@ -242,8 +242,8 @@
?? if (is.null(from.ref.white))
?????? from.ref.white <- to.ref.white
?
-? from.ref.white <- c2to3(white.points[, from.ref.white])
-? to.ref.white?? <- c2to3(white.points[, to.ref.white])
+? from.ref.white.3 <- c2to3(white.points[, from.ref.white])
+? to.ref.white.3?? <- c2to3(white.points[, to.ref.white])
?
?? if (is.null(nrow(color)))
???? color <- matrix(color, nrow = 1L)
@@ -262,...