sRGBtoMunsell: Convert sRGB coordinates into a Munsell specification

Description Usage Arguments Value Author(s) Source References Examples

Description

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

Usage

1

Arguments

sRGB

sRGB coordinates

Value

MunsellSpec

standard Munsell specification or a Munsell vector 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
sRGBtoMunsell(c(0,0,0))

Example output

Loading required package: geometry
Loading required package: magic
Loading required package: abind
$MunsellSpec
[1] "N0"

$MunsellVec
[1] 0

$InMacAdamLimitsFlag
[1] TRUE

$Status.ind
[1] 1

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