CIE1976hueangle: CIE 1976 hue angle formula for CIELab and CIELuv

Description Usage Arguments Author(s) Source References Examples

View source: R/colorscience.R

Description

CIE1976hueangle CIE 1976 hue angle formula for CIELab and CIELuv.

Usage

1
CIE1976hueangle(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

1
2
CIELMatrix<-c(34.78467, 28.15159, 3.024663)
CIE1976hueangle(CIELMatrix)

Example output

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

Attaching package:HmiscThe following objects are masked frompackage:base:

    format.pval, units

Loading required package: pracma

Attaching package:pracmaThe following object is masked frompackage:Hmisc:

    ceil

Loading required package: sp
[1] 6.132448

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