File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,13 @@ WPT Display: open
45
45
"title": "A perceptual color space for image processing",
46
46
"authors": "Björn Ottosson",
47
47
"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"
48
55
}
49
56
}
50
57
</pre>
@@ -2169,7 +2176,7 @@ HSL Colors: ''hsl()'' and ''hsla()'' functions</h2>
2169
2176
how to alter an RGB color to produce a lighter variant of the same hue.
2170
2177
2171
2178
There are several other color schemes possible.
2172
- One such is the HSL color scheme,
2179
+ One such is the HSL [[!HSL]] color scheme,
2173
2180
which is much more intuitive to use,
2174
2181
but still maps easily back to RGB colors.
2175
2182
You can’t perform that action at this time.
0 commit comments