WestlandBlacknessIndex: Westland, et al. blackness index

Description Usage Arguments Value Author(s) Source References Examples

View source: R/colorscience.R

Description

WestlandBlacknessIndex (Westland, et al., 2006) blackness index.

Usage

1
WestlandBlacknessIndex(CIELabMatrix) 

Arguments

CIELabMatrix

CIELab coordinates

Value

blackness index

Author(s)

Jose Gama

Source

Westland, S.; Cheung, T. L. V.; Lozman, O. R., 2006. A metric for predicting perceptual blackness. 14th Color Imaging Conference Final Program and Proceedings, 14-17.

References

Westland, S.; Cheung, T. L. V.; Lozman, O. R., 2006. A metric for predicting perceptual blackness. 14th Color Imaging Conference Final Program and Proceedings, 14-17.

Examples

1
2
CIELab<-c(34.78467, 28.15159, 3.024663)
WestlandBlacknessIndex(CIELab)

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