Learn R Programming

munsellinterpol (version 1.0.2)

luvtoMunsell: Convert CIE Luv coordinates into a Munsell specification

Description

luvtoMunsell Converts CIE Luv coordinates into a Munsell specification, by interpolating over the extrapolated Munsell renotation data

Usage

luvtoMunsell(Luv)

Arguments

Luv

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

Run the code above in your browser using DataLab