Lab2LCHab {colorscience} | R Documentation |
Convert CIE Lab coordinates to LCHab
Description
Lab2LCHab
Converts CIE Lab coordinates to LCHab.
Usage
Lab2LCHab(LabMatrix)
Arguments
LabMatrix |
CIE Lab coordinates |
Value
LCHab coordinates
Author(s)
Jose Gama
Source
Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/
References
Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/
Examples
Lab2LCHab(c(0.310897, 0.306510, 74.613450))
[Package colorscience version 1.0.9 Index]