MunsellToXYZ: Convert a Munsell specification to CIE XYZ coordinates
Description
MunsellToXYZ Converts a
Munsell specification to XYZ coordinates, by interpolating over the
extrapolated Munsell renotation data
Usage
MunsellToXYZ( MunsellSpec, ... )
Arguments
MunsellSpec
a numeric Nx3 matrix with HVC values in the rows, or a vector that can be converted to such a matrix, by row.
MunsellSpec can also be a character vector with Munsell Notations,
which is converted to an Nx3 matrix using HVCfromMunsellName().
an Nx3 matrix with XYZ values in the rows.
The rownames of XYZ are copied from the input HVC matrix,
unless the rownames are NULL and
then the output rownames are the Munsell notations for HVC.
Note that these XYZ values are for viewing under Illuminant C, with Y=100.
There is no chromatic adaptation.
Details
The conversion is done in these steps:
HVC xyY using MunsellToxyY() and .... This xyY is for Illuminant C.