Convert a Munsell specification to CIE Lab coordinates
MunsellToLab
Converts a
Munsell specification to CIE Lab coordinates, by interpolating over the
extrapolated Munsell renotation data
MunsellToLab( MunsellSpec, white=c(95.047,100,108.883), adapt='Bradford', ... )
MunsellSpec |
a numeric Nx3 matrix with HVC values in the rows, or a vector that can be converted to such a matrix, by row. |
white |
XYZ for the destination white. The default is Illuminant=D65, 2 observer |
adapt |
method for chromatic adaptation, see |
... |
other parameters passed to |
The conversion is done in 3 steps.
HVC → XYZ using MunsellToXYZ()
XYZ is adapted from Illuminant C to the given white
using adaptXYZ()
and the given chromatic adaptation method
XYZ → Lab using LabfromXYZ()
with the given white
An Nx3 matrix with the Lab coordinates in each row. 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
LabtoMunsell()
,
MunsellToXYZ()
,
LabfromXYZ()
,
adaptXYZ()
,
CAT()
MunsellToLab('7.6P 8.9/2.2')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.