Convert XYZ coordinates to a Munsell specification
XYZtoMunsell
Convert XYZ coordinates to a Munsell
specification, by interpolating over the extrapolated Munsell renotation data
XYZtoMunsell( XYZ, ... )
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 |
the function calls XYZ2xyY()
and xyYtoMunsell()
.
an Nx3 matrix with Munsell HVC in the rows. The rownames are copied from input to output.
Jose Gama and Glenn Davis
Paul Centore 2014 The Munsell and Kubelka-Munk Toolbox http://centore.isletech.net/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html
XYZtoMunsell(c(0.310897, 0.306510, 74.613450))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.