XYZtoMunsell: Convert XYZ coordinates to Munsell HVC
Description
XYZtoMunsell Convert XYZ coordinates to Munsell HVC, by interpolating over the Munsell renotation data
Usage
XYZtoMunsell( XYZ, ... )
Arguments
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.
an Nx3 matrix with Munsell HVC in the rows.
The rownames are copied from input to output, unless the rownames are NULL
when they are set to the Munsell notations for HVC.
In case of error, it returns NULL.