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

LabtoMunsell

Convert CIE Lab coordinates into a Munsell specification


Description

LabtoMunsell Converts CIE Lab coordinates to a Munsell specification, by interpolating over the extrapolated Munsell renotation data

Usage

LabtoMunsell( Lab, white=c(95.047,100,108.883), adapt='Bradford', ... )

Arguments

Lab

CIE Lab coordinates An Nx3 matrix, or a vector that can be converted to such a matrix. Each row of the matrix has Lab.

white

XYZ for the source white. The default is Illuminant=D65, 2 observer

adapt

method for chromatic adaptation, see CAT() for valid values. Also see Details.

...

other parameters passed to XYZtoMunsell()

Details

The conversion is done in 3 steps.

  • Lab → XYZ using XYZfromLab() with the given white.

  • XYZ is then adapted from the given white to Illuminant C using the given adapt method.

  • XYZ → HVC using XYZtoMunsell().

Value

An Nx3 matrix with the Munsell HVC coordinates in each row. The rownames are set to those of Lab.

Author(s)

Jose Gama and Glenn Davis

References

See Also

Examples

LabtoMunsell( c(74.613450, -20.4, 10.1) )

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.