DIN99toCIELab {colorscience}R Documentation

Conversion from DIN99 coordinates to CIELAB color space

Description

DIN99toCIELab Conversion from DIN99 coordinates to CIELAB color space.

Usage

DIN99toCIELab(Lab99o) 

Arguments

Lab99o

Lab99o coordinates

Value

CIELAB coordinates

Author(s)

Jose Gama

Source

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

References

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

Examples

DIN99toCIELab(c(0.59072, 0.85570, 0.80283))

[Package colorscience version 1.0.9 Index]