cielab2lch

The cielab2lch function transforms CIE L*a*b* chromaticity coordinates to the alternative LCh model, as in CIE 15 Chromaticity, 4th Edition. Any errors in the data set or in results generated with the Lighting Toolbox are not in the liability of the CIE nor me, see licence.

Usage:

LCh = cielab2lch(lab)

Where:

ParameterDescription
LChAre the CIE LCh chromaticity coordinates.
labAre the CIE L*a*b* chromaticity coordinates.

Example

Lab = [90 5 10]
LCh = cielab2lch(Lab)

Result:

LCh =

   90.0000   11.1803   63.4349

Reference

CIE 15:2018: Colorimetry, 4th Edition. Commission Internationale de l’Eclairage (CIE), Vienna Austria, 2018, ISBN: 978-3-902842-13-8 , DOI: 10.25039/TR.015.2018. URL: https://cie.co.at/publications/colorimetry-4th-edition


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.