An Nx3 matrix with the Munsell HVC coordinates in each row.
The rownames are set to those of Lab.
Arguments
Lab
CIE Lab coordinates. An Nx3 matrix, or a vector that can be converted to such a matrix. Each row of the matrix has Lab.
white
XYZ for the source white - a numeric 3-vector with scaling irrelevant.
white can also be a numeric 2-vector; which is interpreted as xy chromaticity and converted to XYZ with Y=100.
white can also be the name of any standard illuminant recognized by
spacesXYZ::standardXYZ() which is scaled so that Y=100.
The default 'D65' is converted to c(95.047,100,108.883).
adapt
method for chromatic adaptation, see spacesXYZ::CAT() for valid values.
Also see Details.
...
other parameters passed to XYZtoMunsell()
Author
Jose Gama and Glenn Davis
Details
The conversion is done in these steps.
Lab → XYZ using spacesXYZ::XYZfromLab() with the given white.
XYZ is then adapted from the given white to Illuminant C using the given adapt method.