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 f5eadb8 commit b13c208Copy full SHA for b13c208
1 file changed
docs/src/markdown/compositing.md
@@ -12,6 +12,11 @@ specification. Alpha composting is based on [Porter Duff compositing][porter-duf
12
used to layer colors on top of each other applying the appropriate compositing, using the `normal` blend mode and the
13
`source-over` Porter Duff operator by default.
14
15
+/// tip
16
+The compositing function does not currently manage gamut mapping, so it is recommended to ensure your colors are within
17
+the proper gamut before compositing the colors.
18
+///
19
+
20
/// warning | Deprecated 4.0
21
[`compose`](./api/index.md#compose) method was deprecated in favor of the new `layer` method and will be removed at some
22
future time.
0 commit comments