search for: fromxyz

Displaying 1 result from an estimated 1 matches for "fromxyz".

Did you mean: fromty
2018 Sep 14
1
Possible bug with chromatic adaptation in grDevices::convertColor
...hite) || is.null(mc$to.ref.white)) ?????????? warning("color spaces use different reference whites") -????? xyz <- chromaticAdaptation(xyz, from.ref.white, to.ref.white) +????? xyz <- t(chromaticAdaptation(t(xyz), from.ref.white, to.ref.white)) ?? } ? -? rval <- apply(xyz, 2L, to$fromXYZ, to.ref.white) +? rval <- apply(xyz, 2L, to$fromXYZ, to.ref.white.3) ? ?? if (inherits(to,"RGBcolorConverter")) ?????? rval <- trim(rval) [[alternative HTML version deleted]]