XYZ2HunterLab: convert from XYZ coordinates to Hunter Lab coordinates
Description
XYZ2HunterLab
convert from XYZ coordinates
to Hunter Lab coordinates.Usage
XYZ2HunterLab(XYZmatrix,illuminant='D65',observer=2,
RefWhite=XYZperfectreflectingdiffuser)
source
Bruce Justin Lindbloom, 2014
http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.htmlReferences
Bruce Justin Lindbloom, 2014
http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.htmlExamples
Run this codeXYZ<-c(0.11465380, 0.08391198, 0.08222077)
XYZ2HunterLab(XYZ)
Run the code above in your browser using DataLab