Skip to content

Commit 357645c

Browse files
committed
[css-color-4] add normref for HSL, see #6910
1 parent 9c97ee7 commit 357645c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

css-color-4/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ WPT Display: open
4545
"title": "A perceptual color space for image processing",
4646
"authors": "Björn Ottosson",
4747
"date": "December 2020"
48+
},
49+
"HSL": {
50+
"title": "Color spaces for computer graphics",
51+
"authors": "George H. Joblove, Donald Greenberg",
52+
"journal": "ACM SIGGRAPH Computer Graphics Volume 12 Issue 3 pp 20–25",
53+
"date": "August 1978",
54+
"href": "https://doi.org/10.1145/965139.807362"
4855
}
4956
}
5057
</pre>
@@ -2169,7 +2176,7 @@ HSL Colors: ''hsl()'' and ''hsla()'' functions</h2>
21692176
how to alter an RGB color to produce a lighter variant of the same hue.
21702177

21712178
There are several other color schemes possible.
2172-
One such is the HSL color scheme,
2179+
One such is the HSL [[!HSL]] color scheme,
21732180
which is much more intuitive to use,
21742181
but still maps easily back to RGB colors.
21752182

0 commit comments

Comments
 (0)