CIELabtoDIN99 {colorscience}R Documentation

Conversion from CIELAB color space to DIN99 coordinates

Description

CIELabtoDIN99 Converts from CIELAB color space to DIN99 coordinates.

Usage

CIELabtoDIN99(Lab) 

Arguments

Lab

CIELAB

Value

DIN99

Author(s)

Jose Gama

Source

CIELAB to DIN99 coordinates, 2014 https://de.wikipedia.org/w/index.php?title=Diskussion:DIN99-Farbraum

References

CIELAB to DIN99 coordinates, 2014 https://de.wikipedia.org/w/index.php?title=Diskussion:DIN99-Farbraum

Examples

CIELabtoDIN99(c(0.310897, 0.306510, 74.613450))

[Package colorscience version 1.0.9 Index]