We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237d8d9 commit 861a653Copy full SHA for 861a653
1 file changed
docs/src/markdown/gamut.md
@@ -880,6 +880,10 @@ color.fit('macadam-limits')
880
color.in_gamut('macadam-limits')
881
```
882
883
+> [!note]
884
+> When gamut mapping in the `macadam-limits` gamut, the `method` parameter is ignored as its own handling will be
885
+> applied.
886
+
887
## Pointer's Gamut
888
889
> [!new] New in 2.4
@@ -922,3 +926,7 @@ color.in_gamut('pointer-gamut')
922
926
color.fit('pointer-gamut')
923
927
color.in_gamut('pointer-gamut')
924
928
929
930
931
+> When gamut mapping in the `pointer-gamut` gamut, the `method` parameter is ignored as its own handling will be
932
0 commit comments