From 5e332c1f24ca70b7470b25be02c73ac26cd9daee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Metehan=20G=C3=9CNG=C3=96R?= <102655648+gungorMetehan@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:31:05 +0300 Subject: [PATCH] Fix typo in scales-colour.qmd colours spaces <- colour spaces --- scales-colour.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scales-colour.qmd b/scales-colour.qmd index 44d7893a..4928bd51 100644 --- a/scales-colour.qmd +++ b/scales-colour.qmd @@ -30,7 +30,7 @@ Fortunately for us the human eye only has three different colour receptors, and You may be familiar with the RGB encoding of colour space, which defines a colour by the intensities of red, green and blue light needed to produce it. One problem with this space is that it is not perceptually uniform: the two colours that are one unit apart may look similar or very different depending on where they are in the colour space. This makes it difficult to create a mapping from a continuous variable to a set of colours. -There have been many attempts to come up with colours spaces that are more perceptually uniform. +There have been many attempts to come up with colour spaces that are more perceptually uniform. We'll use a modern attempt called the HCL colour space, which has three components of **h**ue, **c**hroma and **l**uminance: \index{Colour!spaces} - **Hue** ranges from 0 to 360 (an angle) and gives the "colour" of the colour (blue, red, orange, etc).