Learn R Programming

munsellinterpol (version 1.0.2)

XYZtoMunsell: Convert XYZ coordinates into a Munsell specification

Description

XYZtoMunsell Converts XYZ coordinates into a Munsell specification, by interpolating over the extrapolated Munsell renotation data

Usage

XYZtoMunsell(XYZ)

Arguments

XYZ

CIE XYZ coordinates of MunsellSpec illuminated by Illuminant C

Value

MunsellSpec

A Munsell specification in Munsell format

MunsellVec

A Munsell specification, in ColorLab format

Status.ind

status of the operation

References

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

Examples

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

Run the code above in your browser using DataLab