blob: d3178d3aba20404fbcfa904646736e26f0b4c6e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
---
title: Compositing and Blending
slug: Web/CSS/Compositing_and_Blending
tags:
- Aperçu
- CSS
- Compositing and Blending
- Overview
- Reference
translation_of: Web/CSS/Compositing_and_Blending
---
{{CSSRef}}
**_Compositing and Blending_** (Composition et fusion) est un module de la spécification CSS qui définit la façon dont les formes de différents éléments sont combinés afin de former une seule image.
## Référence
### Propriétés
- {{cssxref("background-blend-mode")}}
- {{cssxref("isolation")}}
- {{cssxref("mix-blend-mode")}}
### Types de donnée
- {{cssxref("<blend-mode>")}}
## Spécifications
| Spécification | État | Commentaires |
| ------------------------------------ | -------------------------------- | -------------------- |
| {{SpecName("Compositing")}} | {{Spec2("Compositing")}} | Définition initiale. |
## Compatibilité des navigateurs
### `background-blend-mode`
{{Compat("css.properties.background-blend-mode")}}
### `isolation`
{{Compat("css.properties.isolation")}}
### `mix-blend-mode`
{{Compat("css.properties.mix-blend-mode")}}
|