Learn R Programming

munsellinterpol (version 1.0.2)

xyYtoMunsell: Convert xyY coordinates into a Munsell specification

Description

xyYtoMunsell Converts xyY coordinates into a Munsell specification, by interpolating over the extrapolated Munsell renotation data

Usage

xyYtoMunsell(xyY)

Arguments

xyY

CIE xyY 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 {
xyYtoMunsell(c(0.310897, 0.306510, 74.613450))
# }

Run the code above in your browser using DataLab