MunsellToxyY: Convert a Munsell specification into xyY coordinates

Description Usage Arguments Value Author(s) Source References Examples

Description

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

Usage

1
MunsellToxyY(MunsellSpec, InterpolateByLuminanceFactor=TRUE) 

Arguments

MunsellSpec

standard Munsell specification or a Munsell vector in ColorLab format

InterpolateByLuminanceFactor

logical, TRUE = interpolation by luminance factor

Value

x, y, Y

CIE xyY coordinates of MunsellSpec illuminated by Illuminant C

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
MunsellToxyY('7.6P 8.9/2.2')

Example output

Loading required package: geometry
Loading required package: magic
Loading required package: abind
$x
[1] 0.3108972

$y
[1] 0.3065102

$Y
[1] 74.61345

$Status.ind
[1] 1

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