MunsellTosRGB: Convert a Munsell specification into sRGB coordinates

Description Usage Arguments Value Author(s) Source References Examples

Description

MunsellTosRGB Converts a Munsell specification into sRGB coordinates, by interpolating over the extrapolated Munsell renotation data

Usage

1
MunsellTosRGB(MunsellSpec) 

Arguments

MunsellSpec

standard Munsell specification or a Munsell vector in ColorLab format

Value

sRGB

sRGB coordinates

Status.ind

status of the operation

OutOfGamutFlag

logical, TRUE = result is out of gamut

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

Example output

Loading required package: geometry
Loading required package: magic
Loading required package: abind
$Status.ind
[1] 1

$sRGB
  [,1] [,2] [,3]
Y  237  219  241

$OutOfGamutFlag
     [,1]
[1,]    0

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