Learn R Programming

colorscience (version 1.0.8)

deltaE1994: Delta E (CIE 1994)

Description

deltaE1994 The color difference Delta E (CIE 1994).

Usage

deltaE1994(Lab1, Lab2, textiles = FALSE)

Arguments

Lab1

CIE Lab color sample

Lab2

CIE Lab color reference

textiles

boolean, TRUE = version for textiles

Value

Delta E

References

Bruce Justin Lindbloom, 2013 Color Calculator http://www.brucelindbloom.com

Examples

Run this code
# NOT RUN {
RGB1<-c(124,63,78)
RGB2<-c(95,213,184)
deltaE1994(RGB1,RGB2)
# }

Run the code above in your browser using DataLab