新!我的 44 頁電子書「44 分鐘學會 CSS」出爐了! 😃

立即取得 →

#mix-blend-mode

定義元素應如何與背景混合

預設 mix-blend-mode: normal;

元素不會混合。

mix-blend-mode: multiply;

元素使用相乘混合模式。

mix-blend-mode: screen;

元素使用螢幕混合模式。

mix-blend-mode: overlay;

元素使用疊加混合模式。

mix-blend-mode: darken;

元素使用變暗混合模式。

mix-blend-mode: lighten;

元素使用變亮混合模式。

mix-blend-mode: color-dodge;

元素使用色彩增值混合模式。

mix-blend-mode: color-burn;

元素使用色彩減值混合模式。

mix-blend-mode: hard-light;

元素使用強光混合模式。

mix-blend-mode: soft-light;

元素使用柔光混合模式。

mix-blend-mode: difference;

元素使用差異混合模式。

mix-blend-mode: exclusion;

元素使用排除混合模式。

mix-blend-mode: hue;

元素使用色相混合模式。

mix-blend-mode: saturation;

元素使用飽和度混合模式。

mix-blend-mode: color;

元素使用色彩混合模式。

mix-blend-mode: luminosity;

元素使用明度混合模式。