Last chance! 50% off unlimited learning
Sale ends in
XYZtoMunsell
Convert XYZ coordinates to a Munsell
specification, by interpolating over the extrapolated Munsell renotation data
XYZtoMunsell( XYZ, ... )
a numeric Nx3 matrix with CIE XYZ coordinates in the rows, or a vector that can be converted to such a matrix, by row. The XYZ are for viewing in an environment with Illuminant C.
other parameters passed to xyYtoMunsell()
an Nx3 matrix with Munsell HVC in the rows. The rownames are copied from input to output.
the function calls XYZ2xyY()
and xyYtoMunsell()
.
Paul Centore 2014 The Munsell and Kubelka-Munk Toolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html
# NOT RUN {
XYZtoMunsell(c(0.310897, 0.306510, 74.613450))
# }
Run the code above in your browser using DataLab