xyYtoMunsell: Convert xyY coordinates into a Munsell specification

Description Usage Arguments Value Author(s) Source References Examples

Description

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

Usage

1

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

Author(s)

Jose Gama

Source

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

References

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

Examples

1
2
3
4
## Not run: 
xyYtoMunsell(c(0.310897, 0.306510, 74.613450))

## End(Not run)

Example output

Loading required package: geometry
Loading required package: magic
Loading required package: abind

     PLEASE NOTE:  As of version 0.3-5, no degenerate (zero area) 
     regions are returned with the "Qt" option since the R 
     code removes them from the triangulation. 
     See help("delaunayn").


$Status.ind
[1] 1

$MunsellVec
     NewHueNumber MunsellValue CurrentMunsellChroma NewHueLetterCode
[1,]      7.51267          8.9              2.19283                9

$MunsellSpec
[1] "7.51P 8.90/2.19"

munsellinterpol documentation built on May 2, 2019, 5:53 p.m.