Skip to content

Commit ce77449

Browse files
committed
[css-color-4] LCH hue modulo 360. #289
1 parent 00d613d commit ce77449

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

css-color-4/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,6 +1695,9 @@ Specifying Lab and LCH: the lab() and lch() functional notations</h3>
16951695
''90deg'' points along the positive "b" axis,
16961696
''180deg'' points along the negative "a" axis,
16971697
and ''270deg'' points along the negative "b" axis.
1698+
If the provided value is is negative,
1699+
or is greater than or equal to ''360deg'',
1700+
it is set to the value modulo 360.
16981701

16991702
<!-- add diagram showing hue angles in LCH for RGB primaries and secondaries in sRGB, P3, and Rec.2020 -->
17001703

0 commit comments

Comments
 (0)