powered by
LabtoMunsell Converts CIE Lab coordinates to a Munsell specification, by interpolating over the extrapolated Munsell renotation data
LabtoMunsell
LabtoMunsell( Lab, white=c(95.047,100,108.883), adapt='Bradford', ... )
CIE Lab coordinates An Nx3 matrix, or a vector that can be converted to such a matrix. Each row of the matrix has Lab.
XYZ for the source white. The default is Illuminant=D65, 2 observer
method for chromatic adaptation, see CAT() for valid values. Also see Details.
CAT()
other parameters passed to XYZtoMunsell()
XYZtoMunsell()
An Nx3 matrix with the Munsell HVC coordinates in each row. The rownames are set to those of Lab.
The conversion is done in 3 steps.
Lab XYZ using XYZfromLab() with the given white.
XYZfromLab()
white
XYZ is then adapted from the given white to Illuminant C using the given adapt method.
adapt
XYZ HVC using XYZtoMunsell().
Paul Centore 2014 The Munsell and Kubelka-Munk Toolbox http://centore.isletech.net/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html
CAT(), XYZfromLab(), XYZtoMunsell()
# NOT RUN { LabtoMunsell( c(74.613450, -20.4, 10.1) ) # }
Run the code above in your browser using DataLab