From 3e2e3eea75cf071f6b3443890ef29e0c0d2f21c3 Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Mon, 17 Jun 2024 11:31:25 -0700 Subject: [PATCH] typo --- files/en-us/glossary/color_space/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/glossary/color_space/index.md b/files/en-us/glossary/color_space/index.md index 980f2edc81363ae..342cbc2a164a421 100644 --- a/files/en-us/glossary/color_space/index.md +++ b/files/en-us/glossary/color_space/index.md @@ -84,7 +84,7 @@ CIELab color spaces, including Lab, Lch, Oklab, and Oklch, are device-independen While combinations of red, green, and blue work well for representing colors on screen, sRGB doesn't directly correspond to how humans perceive color. Created by the International Commission on Illumination (CIE) in 1931, the CIE 1931 XYZ (or XYZ for short) color spaces are the first defined quantitative links between distributions of wavelengths in the electromagnetic visible spectrum and perceived colors in human vision. -People with normal vision have three kinds of cone cells that sense light, having peaks of spectral sensitivity in differing wavelengths. The CIE X, Y, and Z parameters correspond to levels of stimuli of the three kinds of cone cells which, in principle, describe every visible color. The `Y` channel represents the luminance of a color. The `Z` channel reflect the amount of blue in a the color, but is not the same as the `B` in RGB. The `X` axis is orthogonal to the Y- and Z- axis the XYZ color 3-D coordinate system. +People with normal vision have three kinds of cone cells that sense light, having peaks of spectral sensitivity in differing wavelengths. The CIE X, Y, and Z parameters correspond to levels of stimuli of the three kinds of cone cells which, in principle, describe every visible color. The `Y` channel represents the luminance of a color. The `Z` channel reflect the amount of blue in the color, but is not the same as the `B` in RGB. The `X` axis is orthogonal to the Y- and Z- axis the XYZ color 3-D coordinate system. - `xyz` and `xyz-d65` color space