Learn R Programming

munsellinterpol (version 2.0.1)

XYZtoMunsell: Convert XYZ coordinates to a Munsell specification

Description

XYZtoMunsell Convert XYZ coordinates to a Munsell specification, by interpolating over the extrapolated 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.

...

other parameters passed to xyYtoMunsell()

Value

an Nx3 matrix with Munsell HVC in the rows. The rownames are copied from input to output.

Details

the function calls XYZ2xyY() and xyYtoMunsell().

References

Paul Centore 2014 The Munsell and Kubelka-Munk Toolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html

See Also

MunsellToXYZ()

Examples

Run this code
# NOT RUN {
XYZtoMunsell(c(0.310897, 0.306510, 74.613450))
# }

Run the code above in your browser using DataLab