Skip to content

Commit 00d613d

Browse files
committed
blow off nonsense claims about color of ab axes
1 parent eae549f commit 00d613d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

css-color-4/Overview.bs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,10 +1691,12 @@ Specifying Lab and LCH: the lab() and lch() functional notations</h3>
16911691
The third argument is the hue.
16921692
It's interpreted identically to the <<hue>> argument of ''hsl()'',
16931693
but doesn't map hues to angles in the same way.
1694-
Instead, ''0deg'' represents red (pointing along the positive "a" axis),
1695-
''90deg'' represents yellow (the positive "b" axis),
1696-
''180deg'' represents green (the negative "a" axis),
1697-
and ''270deg'' represents blue (the negative "b" axis).
1694+
Instead, ''0deg'' points along the positive "a" axis,
1695+
''90deg'' points along the positive "b" axis,
1696+
''180deg'' points along the negative "a" axis,
1697+
and ''270deg'' points along the negative "b" axis.
1698+
1699+
<!-- add diagram showing hue angles in LCH for RGB primaries and secondaries in sRGB, P3, and Rec.2020 -->
16981700

16991701
There is an optional fourth alpha value,
17001702
separated by a slash,

0 commit comments

Comments
 (0)