File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1679,11 +1679,11 @@ Specifying Lab and LCH: the lab() and lch() functional notations</h3>
16791679 The third argument is the hue.
16801680 It's interpreted identically to the <<hue>> argument of ''hsl()'' ,
16811681 but doesn't map hues to angles in the same way.
1682- Instead, ''0deg'' points along the positive "a" axis,
1683- ''90deg'' points along the positive "b" axis,
1684- ''180deg'' points along the negative "a" axis,
1685- and ''270deg'' points along the negative "b" axis.
1686- If the provided value is is negative,
1682+ Instead, ''0deg'' points along the positive "a" axis (toward red) ,
1683+ ''90deg'' points along the positive "b" axis (toward yellow) ,
1684+ ''180deg'' points along the negative "a" axis (toward green) ,
1685+ and ''270deg'' points along the negative "b" axis (toward blue) .
1686+ If the provided value is negative,
16871687 or is greater than or equal to ''360deg'' ,
16881688 it is set to the value modulo 360.
16891689
You can’t perform that action at this time.
0 commit comments