CIELUV
{{short description|Color space}}
In colorimetry, the CIE 1976 L*, u*, v* color space, commonly known by its abbreviation CIELUV, is a color space adopted by the International Commission on Illumination (CIE) in 1976, as a simple-to-compute transformation of the 1931 CIE XYZ color space, but which attempted perceptual uniformity. It is extensively used for applications such as computer graphics which deal with colored lights. Although additive mixtures of different colored lights will fall on a line in CIELUV's uniform chromaticity diagram (called the CIE 1976 UCS), such additive mixtures will not, contrary to popular belief, fall along a line in the CIELUV color space unless the mixtures are constant in lightness.
Historical background
{{multiple image
| width = 150
| image1 = SRGB gamut within CIELUV color space mesh.webm
| alt1 = SRGB gamut in CIEXYZ space
| thumbtime1 = 0
| image2 = Visible gamut within CIELUV color space D65 whitepoint mesh.webm
| alt2 = Visible gamut in CIEXYZ space
| thumbtime2 = 0
| footer = The sRGB gamut (left) and optimal color solid (theoretical gamut of surfaces) under D65 illumination (right) plotted within the CIELUV color space. u and v are the horizontal axes; L is the vertical axis.
}}
CIELUV is an Adams chromatic valence color space and is an update of the CIE 1964 (U*, V*, W*) color space (CIEUVW). The differences include a slightly modified lightness scale and a modified uniform chromaticity scale, in which one of the coordinates, v′, is 1.5 times as large as v in its 1960 predecessor. CIELUV and CIELAB were adopted simultaneously by the CIE when no clear consensus could be formed behind only one or the other of these two color spaces.
CIELUV uses Judd-type (translational) white point adaptation (in contrast with CIELAB, which uses a von Kries transform).{{cite journal |first=Deane B. |last=Judd |title=Hue saturation and lightness of surface colors with chromatic illumination |journal=JOSA |volume=30 |issue=1 |date=January 1940 |pages=2–32 |doi=10.1364/JOSA.30.000002}} This can produce useful results when working with a single illuminant, but can predict imaginary colors (i.e., outside the spectral locus) when attempting to use it as a chromatic adaptation transform.Mark D. Fairchild, Color Appearance Models. Reading, MA: Addison-Wesley, 1998. The translational adaptation transform used in CIELUV has also been shown to perform poorly in predicting corresponding colors.D. H. Alman, R. S. Berns, G. D. Snyder, and W. A. Larson, "Performance testing of color difference metrics using a color-tolerance dataset". Color Research and Application, 21:174–188 (1989).
XYZ → CIELUV and CIELUV → XYZ conversions
By definition, {{nobr|0 ≤ L* ≤ 100 }}.
=The forward transformation=
CIELUV is based on CIEUVW and is another attempt to define an encoding with uniformity in the perceptibility of color differences. The non-linear relations for L*, u*, and v* are given below:{{cite book|title=Colorimetry: Understanding the CIE System|first=János|last=Schanda|publisher=Wiley Interscience|year=2007|isbn=978-0-470-04904-4|quote=As 24/116 is not a simple ratio, in some publications the 6/29 ratio is used, in others the approximate value of 0.008856 (used in earlier editions of CIE 15). Similarly some authors prefer to use instead of 841/108 the expression (1/3)×(29/6)2 or the approximate value of 7.787, or instead of 16/116 the ratio 4/29.|pages=61–64}}
:
\begin{align}
L^* &= \begin{cases}
\bigl(\tfrac{29}{3}\bigr)^3 Y / Y_n,& Y / Y_n \le \bigl(\tfrac{6}{29}\bigr)^3, \\[3mu]
116 \sqrt[3]{ Y / Y_n } - 16,& Y / Y_n > \bigl(\tfrac{6}{29}\bigr)^3,
\end{cases}\\[5mu]
u^* &= 13 L^*\cdot (u^\prime - u_n^\prime), \\[3mu]
v^* &= 13 L^*\cdot (v^\prime - v_n^\prime).
\end{align}
The quantities u′n and v′n are the {{nobr|(u′, v′)}} chromaticity coordinates of a "specified white object" – which may be termed the white point – and Yn is its luminance. In reflection mode, this is often (but not always) taken as the {{nobr|(u′, v′)}} of the perfect reflecting diffuser under that illuminant. (For example, for the 2° observer and standard illuminant C, {{nobr|1=u′n = 0.2009}}, {{nobr|1=v′n = 0.4610}}.) Equations for u′ and v′ are given below:Colorimetry, second edition: CIE publication 15.2. Vienna: Bureau Central CIE, 1986.
:
u^\prime &= \frac{4 X}{X + 15 Y + 3 Z} &&= \frac{4 x}{-2 x + 12 y + 3}, \\[5mu]
v^\prime &= \frac{9 Y}{X + 15 Y + 3 Z} &&= \frac{9 y}{-2 x + 12 y + 3}.
\end{alignat}
=The reverse transformation=
The transformation from {{nobr|(u′, v′)}} to {{nobr|(x, y)}} is:
:
x &= \frac{9u^\prime}{6u^\prime - 16v^\prime + 12}\\[5mu]
y &= \frac{4v^\prime}{6u^\prime - 16v^\prime + 12}
\end{align}
The transformation from CIELUV to XYZ is performed as follows:
:
u^\prime&= \tfrac1{13}(u^*/L^*) + u^\prime_n, \\[3mu]
v^\prime&=\tfrac1{13}(v^*/L^*) + v^\prime_n, \\[5mu]
Y &= \begin{cases}
\bigl(\frac{3}{29}\bigr)^3 L^*~\! Y_n, & L^* \le 8, \\[3mu]
\bigl(\tfrac1{116}(L^* + 16)\bigr)^3\, Y_n, & L^* > 8,
\end{cases}\\[5mu]
X &= \frac{9u^\prime}{4v^\prime} Y, \\[5mu]
Z &= \frac{12 - 3u^\prime - 20v^\prime}{4v^\prime} Y.
\end{align}
Cylindrical representation (CIELCh)
{{multiple image
| width = 150
| image1 = SRGB gamut within CIELCHuv color space mesh.webm
| alt1 = SRGB gamut in CIELCHuv space
| thumbtime1 = 0
| image2 = Visible gamut within CIELCHuv color space D65 whitepoint mesh.webm
| alt2 = Visible gamut in CIELCHuv space
| thumbtime2 = 0
| footer = The sRGB gamut (left) and optimal color solid (theoretical gamut of surfaces) under D65 illumination (right) plotted within the CIELCHuv color space. L is the vertical axis; C is the cylinder radius; h is the angle around the circumference.
}}
CIELChuv, or HCL color space (hue–chroma–luminance) is increasingly seen in the information visualization community as a way to help with presenting data without the bias implicit in using varying saturation.{{cite conference | last1 = Ihaka | first1 = Ross | author1-link = Ross Ihaka | title = Colour for Presentation Graphics | book-title = Proceedings of the 3rd International Workshop on Distributed Statistical Computing, Vienna, Austria | editor1-last = Hornik | editor1-first = Kurt | editor2-last = Leisch | editor2-first = Friedrich | editor3-last = Zeileis | editor3-first = Achim | issn = 1609-395X | year = 2003 | url = http://www.ci.tuwien.ac.at/Conferences/DSC-2003/Proceedings/ }}{{cite journal | last1 = Zeileis | first1 = Achim | last2 = Hornik | first2 = Kurt | last3 = Murrell | first3 = Paul | title = Escaping RGBland: Selecting Colors for Statistical Graphics | journal = Computational Statistics & Data Analysis | volume = 53 | issue = 9 | pages = 3259–3270 | year = 2009 | doi = 10.1016/j.csda.2008.11.033 | url = https://epub.wu.ac.at/1692/1/document.pdf }}{{cite journal | last1 = Stauffer | first1 = Reto | last2 = Mayr | first2 = Georg J. | last3 = Dabernig | first3 = Markus | last4 = Zeileis | first4 = Achim | title = Somewhere over the Rainbow: How to Make Effective Use of Colors in Meteorological Visualizations | journal = Bulletin of the American Meteorological Society | volume = 96 | issue = 2 | pages = 203–216 | year = 2015 | doi = 10.1175/BAMS-D-13-00155.1 | bibcode = 2015BAMS...96..203S | hdl = 10419/101098 | hdl-access = free }}
The cylindrical version of CIELUV is known as CIELChuv, or CIELChuv, CIELCh(uv) or CIEHLCuv, where C*uv is the chroma and huv is the hue:
:
:
where atan2 function, a "two-argument arctangent", computes the polar angle from a Cartesian coordinate pair.
Furthermore, the saturation correlate can be defined as
:
Similar correlates of chroma and hue, but not saturation, exist for CIELAB. See Colorfulness for more discussion on saturation.
Color and hue difference
The color difference can be calculated using the Euclidean distance of the {{nobr|(L*, u*, v*)}} coordinates.{{cite book |first=Charles |last=Poynton |title=Digital Video and HDTV |publisher=Morgan-Kaufmann |isbn=1-55860-792-7 |year=2003 |pages=226}} It follows that a chromaticity distance of corresponds to the same ΔE*uv as a lightness difference of {{nobr|1=ΔL* = 1}}, in direct analogy to CIEUVW.
The Euclidean metric can also be used in CIELCh, with that component of ΔE*uv attributable to difference in hue as {{nobr|1=ΔH* = {{radic|C*1C*2}} 2 sin (Δh/2)}}, where {{nobr|1=Δh = h2 − h1}}.
See also
References
External links
- [https://web.archive.org/web/20080416044228/http://www.efg2.com/Lab/Graphics/Colors/Chromaticity.htm Chromaticity diagrams, including the CIE 1931, CIE 1960, CIE 1976]
- [http://isp.uv.es/code/visioncolor/colorlab.html Colorlab] MATLAB toolbox for color science computation and accurate color reproduction (by Jesus Malo and Maria Jose Luque, Universitat de Valencia). It includes CIE standard tristimulus colorimetry and transformations to a number of non-linear color appearance models (CIELAB, CIE CAM, etc.).
{{Color space}}