deltaECMC: Delta E CMC

Description Usage Arguments Value Author(s) Source References Examples

Description

deltaECMC The color difference method of the Color Measurement Committee (the CMC) .

Usage

1
deltaECMC(Lab1, Lab2, L, C) 

Arguments

Lab1

CIE Lab color sample

Lab2

CIE Lab color reference

L

parameter L

C

parameter C

Value

Delta E

Author(s)

Jose Gama

Source

Bruce Justin Lindbloom, 2013 Color Calculator www.brucelindbloom.com

References

Bruce Justin Lindbloom, 2013 Color Calculator www.brucelindbloom.com

Examples

1
2
3
RGB1<-c(124,63,78)
RGB2<-c(95,213,184)
deltaECMC(RGB1,RGB2)

Example output

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

Attaching package: 'Hmisc'

The following objects are masked from 'package:base':

    format.pval, units

Loading required package: pracma

Attaching package: 'pracma'

The following object is masked from 'package:Hmisc':

    ceil

Loading required package: sp
[1] 60.70274

colorscience documentation built on May 2, 2019, 4:53 p.m.