Learn R Programming

colorscience (version 1.0.8)

Taube60.Whiteness: Taube Whiteness

Description

Taube60.Whiteness developed by Mr. Taube (formerly an employee of BASF AG, Germany). It was presented in 1960 and has found it's application mainly in the plastic sector.

Usage

Taube60.Whiteness(XYZmatrix, illuminant = "D65", observer = 2, RefWhite
                 = get("XYZperfectreflectingdiffuser", envir = environment()))

Arguments

XYZmatrix

CIE tristimulus values for illuminant C

illuminant

illuminant

observer

observer

RefWhite

White reference

References

Xrite, 2012 Color iQC and Color iMatch Color Calculations Guide Version 8.0 30 July 2012 Revision 1.0

Examples

Run this code
# NOT RUN {
XYZ<-c(0.11465380, 0.08391198, 0.08222077)
Taube60.Whiteness(XYZ)
# }

Run the code above in your browser using DataLab