Skip to content

Commit 861a653

Browse files
committed
Add note about new special gamuts and fitting with other methods
method is ignored
1 parent 237d8d9 commit 861a653

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/src/markdown/gamut.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,10 @@ color.fit('macadam-limits')
880880
color.in_gamut('macadam-limits')
881881
```
882882
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+
883887
## Pointer's Gamut
884888
885889
> [!new] New in 2.4
@@ -922,3 +926,7 @@ color.in_gamut('pointer-gamut')
922926
color.fit('pointer-gamut')
923927
color.in_gamut('pointer-gamut')
924928
```
929+
930+
> [!note]
931+
> When gamut mapping in the `pointer-gamut` gamut, the `method` parameter is ignored as its own handling will be
932+
> applied.

0 commit comments

Comments
 (0)