LUV2LAB: Convert CIE Luv coordinates to CIE Lab

Description Usage Arguments Value Author(s) Examples

View source: R/colorscience.R

Description

LUV2LAB Converts CIE Luv coordinates to CIE Lab.

Usage

1
LUV2LAB(Luvmatrix) 

Arguments

Luvmatrix

Luv matrix

Value

XYZ coordinates

Author(s)

Jose Gama

Examples

1
LUV2LAB(c(0.310897, 0.306510, 74.613450))

Example output

Loading required package: Hmisc
Loading required package: lattice
Loading required package: survival
Loading required package: Formula
Loading required package: ggplot2

Attaching package: 'Hmisc'

The following objects are masked from 'package:base':

    format.pval, units

Loading required package: pracma

Attaching package: 'pracma'

The following object is masked from 'package:Hmisc':

    ceil

Loading required package: sp
          L         a        b
Y2 0.310897 -1.294209 2.924839

colorscience documentation built on Oct. 30, 2019, 9:33 a.m.