Convert a Munsell specification to CIE XYZ coordinates
MunsellToXYZ
Converts a
Munsell specification to XYZ coordinates, by interpolating over the
extrapolated Munsell renotation data
MunsellToXYZ( MunsellSpec, ... )
MunsellSpec |
a numeric Nx3 matrix with HVC values in the rows, or a vector that can be converted to such a matrix, by row. |
... |
other parameters passed to |
This function calls
MunsellToxyY()
and
XYZfromxyY()
.
an Nx3 matrix with XYZ values in the rows.
The rownames are copied from the input HVC matrix.
Exception: If the input matrix rownames are NULL
,
then the output rownames are the Munsell notation.
Note that these XYZ values are for viewing under Illuminant C, with Y=100.
There is no chromatic adaptation.
Jose Gama and Glenn Davis
Paul Centore 2014 The Munsell and Kubelka-Munk Toolbox http://centore.isletech.net/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html
MunsellToxyY()
,
XYZfromxyY()
MunsellToXYZ('7.6P 8.9/2.2')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.