Learn R Programming

colorscience (version 1.0.8)

saturationCIELABEvaLubbe: CIELAB saturation (Eva Lubbe)

Description

saturationCIELABEvaLubbe CIELAB saturation (chroma normalized by lightness).

Usage

saturationCIELABEvaLubbe(L,a,b)

Arguments

L

CIELAB L

a

CIELAB a

b

CIELAB b

Value

saturation

References

Color by Wikipedians http://www.easyrgb.com/

Examples

Run this code
# NOT RUN {
saturationCIELABEvaLubbe(34.78467, 28.15159, 3.024663)
# }

Run the code above in your browser using DataLab