You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-color-5/Overview.bs
+32-7Lines changed: 32 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Introduction {#intro}
50
50
This module adds three functions:
51
51
''color-mix'',
52
52
''color-contrast'',
53
-
''color-adjust''
53
+
and [[#colormodify|a way to modify colors]].
54
54
55
55
The perceptually uniform ``lch()`` colorspace
56
56
is used for mixing by default,
@@ -59,10 +59,6 @@ Introduction {#intro}
59
59
However, other colorspaces can be specified,
60
60
including ``hsl()`` or ``srgb`` if desired.
61
61
62
-
Issue(3187): there are two proposals for color modification (<a href="https://github.com/w3c/csswg-drafts/issues/3187#issuecomment-499126198">proposal 1</a>, <a href="https://gist.github.com/una/edcfa0d3600e0b89b2ebf266bf549721">proposal 2</a>).
63
-
The CSS WG expects that the best aspects of each
64
-
will be chosen to produce a single eventual solution.
65
-
66
62
Mixing colors: the ''color-mix'' function {#colormix}
@@ -176,8 +172,33 @@ Selecting the most contrasting color: the ''color-contrast()'' function {#colorc
176
172
177
173
</div>
178
174
175
+
Modifying colors {#colormodify}
176
+
===============================
177
+
178
+
Note: There are currently two proposals for modifying colors:
179
+
''color-adjust'' and [[#extended-color|Extending color() to add modifiers]].
180
+
181
+
Issue(3187): there are two proposals for color modification (<a href="https://github.com/w3c/csswg-drafts/issues/3187#issuecomment-499126198">proposal 1</a>, <a href="https://gist.github.com/una/edcfa0d3600e0b89b2ebf266bf549721">proposal 2</a>).
182
+
The CSS WG expects that the best aspects of each
183
+
will be chosen to produce a single eventual solution.
0 commit comments