Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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()

Details

the function calls XYZ2xyY() and xyYtoMunsell().

Value

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

Author(s)

Jose Gama and Glenn Davis

References

See Also

Examples

XYZtoMunsell(c(0.310897, 0.306510, 74.613450))

munsellinterpol

Interpolate Munsell Renotation Data from Hue/Chroma to CIE/RGB

v2.6-1
GPL (>= 3)
Authors
Jose Gama [aut, trl], Paul Centore [aut, cph], Glenn Davis [aut, cre]
Initial release
2020-02-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.