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

MunsellToXYZ

Convert a Munsell specification to CIE XYZ coordinates


Description

MunsellToXYZ Converts a Munsell specification to XYZ coordinates, by interpolating over the extrapolated Munsell renotation data

Usage

MunsellToXYZ( MunsellSpec, ... )

Arguments

MunsellSpec

a numeric Nx3 matrix with HVC values in the rows, or a vector that can be converted to such a matrix, by row.
MunsellSpec can also be a character vector with Munsell Notations, which is converted to an Nx3 matrix using HVCfromMunsellName().

...

other parameters passed to MunsellToxyY()

Details

This function calls MunsellToxyY() and XYZfromxyY().

Value

an Nx3 matrix with XYZ values in the rows. The rownames are copied from the input HVC matrix. Exception: If the input matrix rownames are NULL, then the output rownames are the Munsell notation. Note that these XYZ values are for viewing under Illuminant C, with Y=100. There is no chromatic adaptation.

Author(s)

Jose Gama and Glenn Davis

References

See Also

Examples

MunsellToXYZ('7.6P 8.9/2.2')

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.