CIE1976chroma {colorscience}R Documentation

CIE 1976 chroma formula for CIELab and CIELuv

Description

CIE1976chroma CIE 1976 chroma formula for CIELab and CIELuv.

Usage

CIE1976chroma(CIELMatrix)

Arguments

CIELMatrix

CIELab or CIELuv data

Author(s)

Jose Gama

Source

R. W. G. Hunt, M. R. Pointer, 2011 Measuring Colour Volume 23 of The Wiley-IS&T Series in Imaging Science and Technology John Wiley & Sons

References

R. W. G. Hunt, M. R. Pointer, 2011 Measuring Colour Volume 23 of The Wiley-IS&T Series in Imaging Science and Technology John Wiley & Sons

Examples

CIELMatrix<-c(34.78467, 28.15159, 3.024663)
CIE1976chroma(CIELMatrix)

[Package colorscience version 1.0.9 Index]