From 4c212053deaca3391b1d0be8a0a3bcde7a560aa8 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 6 Nov 2021 11:17:40 +0900 Subject: 合成と混合の各文書を更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/11/05 時点の英語版に同期 --- files/ja/web/css/background-blend-mode/index.md | 143 +-- files/ja/web/css/blend-mode/br.png | Bin 0 -> 394 bytes files/ja/web/css/blend-mode/index.md | 719 ++++++++------- files/ja/web/css/blend-mode/tr.png | Bin 0 -> 395 bytes files/ja/web/css/compositing_and_blending/index.md | 70 +- files/ja/web/css/isolation/index.md | 110 ++- files/ja/web/css/mix-blend-mode/index.md | 966 +++++++++++---------- 7 files changed, 987 insertions(+), 1021 deletions(-) create mode 100644 files/ja/web/css/blend-mode/br.png create mode 100644 files/ja/web/css/blend-mode/tr.png diff --git a/files/ja/web/css/background-blend-mode/index.md b/files/ja/web/css/background-blend-mode/index.md index 671ade8f21..4b1535d001 100644 --- a/files/ja/web/css/background-blend-mode/index.md +++ b/files/ja/web/css/background-blend-mode/index.md @@ -4,23 +4,23 @@ slug: Web/CSS/background-blend-mode tags: - CSS - CSS プロパティ - - Reference - 合成と混合 + - recipe:css-property +browser-compat: css.properties.background-blend-mode translation_of: Web/CSS/background-blend-mode --- -
{{CSSRef}}
+{{CSSRef}} -

CSSbackground-blend-mode プロパティは、要素の背景画像を互いに、または要素の背景色と、どのように混合するかを設定します。

+**`background-blend-mode`** は [CSS](/ja/docs/Web/CSS) のプロパティで、要素の背景画像が相互にどのように混合されるか、また要素の背景色とどのように混合されるかを設定します。 -
{{EmbedInteractiveExample("pages/css/background-blend-mode.html")}}
+{{EmbedInteractiveExample("pages/css/background-blend-mode.html")}} - +混合モードは {{cssxref("background-image")}} プロパティと同じ順番で定義してください。混合モードのリストと背景画像のリストの長さが異なる場合は、長さが合うまで繰り返しや切り落としが行われます。 -

混合モードは {{cssxref("background-image")}} プロパティと同じ順番で定義してください。混合モードのリストと背景画像のリストの長さが異なる場合は、長さが合うまで繰り返しや短縮が行われます。

+## 構文 -

構文

- -
/* 1 値 */
+```
+/* 1 値 */
 background-blend-mode: normal;
 
 /* 2 値、背景ごとにひとつずつ */
@@ -29,84 +29,87 @@ background-blend-mode: darken, luminosity;
 /* グローバル値 */
 background-blend-mode: initial;
 background-blend-mode: inherit;
+background-blend-mode: revert;
 background-blend-mode: unset;
-
+``` + +### 値 -

+- {{cssxref("<blend-mode>")}} + - : 適用する混合モードです。複数の値をカンマ区切りで置くことができます。 -
-
{{cssxref("<blend-mode>")}}
-
適用する混合モードです。複数の値をコンマ区切りで置くことができます。
-
+## Formal definition -

形式文法

+{{cssinfo}} + +## Formal syntax {{csssyntax}} -

- - - - +} +``` - - -

{{ EmbedLiveSample('Examples', "330", "330") }}

+console.log(document.getElementById('div')); +``` -

仕様書

+{{ EmbedLiveSample('Examples', "330", "350") }} - - - - - - - - - - - - - - - -
仕様書状態備考
{{ SpecName('Compositing', '#background-blend-mode', 'background-blend-mode') }}{{ Spec2('Compositing') }}初回定義
+## 仕様書 -

{{cssinfo}}

+{{Specifications}} -

ブラウザーの対応

+## ブラウザーの互換性 -

{{Compat("css.properties.background-blend-mode")}}

+{{Compat}} -

関連情報

+## 関連情報 - +- {{cssxref("<blend-mode>")}} +- {{cssxref("mix-blend-mode")}} diff --git a/files/ja/web/css/blend-mode/br.png b/files/ja/web/css/blend-mode/br.png new file mode 100644 index 0000000000..99477b2318 Binary files /dev/null and b/files/ja/web/css/blend-mode/br.png differ diff --git a/files/ja/web/css/blend-mode/index.md b/files/ja/web/css/blend-mode/index.md index 1425d46207..1432c870f0 100644 --- a/files/ja/web/css/blend-mode/index.md +++ b/files/ja/web/css/blend-mode/index.md @@ -2,458 +2,443 @@ title: slug: Web/CSS/blend-mode tags: - - Blend modes + - 混合モード - CSS - CSS Data Type - - Compositing + - 合成 - Compositing and Blending - Data Type - Reference - color - - ブレンドモード - - 合成 browser-compat: css.types.blend-mode translation_of: Web/CSS/blend-mode --- -
{{CSSRef}}
- -

<blend-mode>CSSデータ型で、要素が重なったときにどのように色が現れるかを記述します。 {{cssxref("background-blend-mode")}} または {{cssxref("mix-blend-mode")}} プロパティで使用されます。

- -

構文

- -

<blend-mode> データ型は、以下に挙げたキーワードのうちの一つで定義します。

+{{CSSRef}} + +**``** は [CSS](/ja/docs/Web/CSS) の[データ型](/ja/docs/Web/CSS/CSS_Types)で、要素が重なったときにどのように色が現れるかを記述します。 {{cssxref("background-blend-mode")}} または {{cssxref("mix-blend-mode")}} プロパティで使用されます。 + +## 構文 + +`` データ型は、以下に挙げたキーワードのうちの一つで定義します。 + +### 値 + +- `normal` + - : 下の色が何であるかに関わらず、上の色が最終的な色になります。 + この効果は 2 枚の不透明の紙が重なっているようなものです。 +- `multiply` + - : 上の色と下の色を掛け合わせた結果が最終的な色になります。 + 黒いレイヤーは最終的に黒いレイヤーになり、白いレイヤーは変化をもたらしません。 + この効果は 2 枚の透明なフィルムに印刷された画像を重ね合わせたようなものです。 +- `screen` + - : 色を反転して乗算を行い、さらに色を反転した結果が最終的な色になります。 + 黒いレイヤーは変化をもたらしません。白いレイヤーは、最終的に白いのレイヤーへ近づけます。 + この効果は 2 枚の画像が画面に投影された状況に似ています。 +- `overlay` + - : 下の色が暗ければ `multiply`、下の色が明るければ `screen` の結果が最終的な色になります。 + この混合モードは `hard-light` と同等ですが、レイヤーは逆です。 +- `darken` + - : 色成分ごとに最も暗い値が最終的な値になります。 +- `lighten` + - : 色成分ごとに最も明るい値が最終的な値になります。 +- `color-dodge` + - : 下の色を、反転した上の色で除算した結果が、最終的な色になります。 + 黒い前景は変化をもたらしません。背景色を反転した色を持つ前景は、完全に明るい色に導きます。 + この混合モードは `screen` に似ていますが、完全に明るい色に近づけるためには背景色を反転した色と同程度に明るい前景が必要です。 +- `color-burn` + - : 反転した下の色を上の色で除算して、さらに反転した結果が最終的な色になります。 + 白い背景は変化をもたらしません。背景色を反転した色を持つ前景は、最終的に黒い画像へ近づけます。 + この混合モードは `multiply` に似ていますが、最終的に画像を暗くするためには背景色を反転した色と同程度に暗い前景が必要です。 +- `hard-light` + - : 上の色が暗い色であれば `multiply` 、明るい色であれば `screen` の結果が最終的な色になります。 + この混合モードは `overlay` と同じですが、レイヤーが入れ替わっています。 + この効果は、背景に*強烈な*スポットライトを当てた状況に似ています。 +- `soft-light` + - : 最終的な色は `hard-light` に似ていますが、よりソフトになります。 + この混合モードは `hard-light` に似ています。 + この効果は、背景に*拡散光の*スポットライトを当てた状況に似ています。 +- `difference` + - : 2 つの色のうち明るい色から、暗い色を減算した結果が最終的な色になります。 + 黒いレイヤーは変化をもたらしません。白いレイヤーは、もうひとつのレイヤーの色を反転します。 +- `exclusion` + - : 最終的な色は `difference` に似ていますが、コントラストが低くなります。 + `difference` と同様に、黒いレイヤーは変化をもたらしません。白いレイヤーは、もうひとつのレイヤーの色を反転します。 +- `hue` + - : 最終的な色は上の色の*色相*を持ちますが、*彩度*および*明度*は下の色の値を使用します。 +- `saturation` + - : 最終的な色は上の色の*彩度*を持ちますが、*色相*および*明度*は下の色の値を使用します。 + 彩度を持たない純粋なグレーの背景は、効果がありません。 +- `color` + - : 最終的な色は上の色の*色相*および*彩度*を持ちますが、*明度*は下の色の値を使用します。 + この効果はグレーレベルを保持しており、前景に色をつけるために使用できます。 +- `luminosity` + - : 最終的な色は上の色の*明度*を持ちますが、*色相*および *彩度*は下の色の値を使用します。 + この混合モードは `color` と同じですが、レイヤーが入れ替わっています。 + +## 解説 + +混合モードは、適用されるレイヤー間のそれぞれのピクセルにおいて前景色と背景色を取り、計算を行い、新しい色の値を返します。 + +混合モード同士の変化は補完されません。すべての変更が直接反映されます。 + +## 例 + +### normal + +```html hidden +
+``` + +```css +#div { + width: 300px; + height: 300px; + background: url('br.png'), + url('tr.png'); + background-blend-mode: normal; +} +``` -

+{{ EmbedLiveSample('normal', "300", "350") }} -
-
normal
-
-

下の色が何であるかに関わらず、上の色が最終的な色になります。
- この効果は 2 枚の不透明の紙が重なっているようなものです。

+### multiply -
- -
- -

{{ EmbedLiveSample('normal_example', "300", "300") }}

-
-
multiply
-
-

上の色と下の色を掛け合わせた結果が最終的な色になります。
- 黒いレイヤーは最終的に黒いレイヤーに近づけ、白いレイヤーは変化をもたらしません。
- この効果は2枚の透明なフィルムに印刷された画像を重ね合わせたようなものです。

- -
- -
- -

{{ EmbedLiveSample('multiply_example', "300", "300") }}

-
-
screen
-
-

色を反転して乗算を行い、さらに色を反転した結果が最終的な色になります。
- 黒いレイヤーは変化をもたらしません。白いレイヤーは、最終的に白いのレイヤーへ近づけます。
- この効果は2枚の画像がスクリーンに投影された状況に似ています。

- -
- -
- -

{{ EmbedLiveSample('screen_example', "300", "300") }}

-
-
overlay
-
下の色が暗ければ multiply、下の色が明るければ screen の結果が最終的な色になります。。
- このブレンドモードは hard-light と同等ですが、レイヤーは逆です。 -
- -
+} +``` -

{{ EmbedLiveSample('overlay_example', "300", "300") }}

-
-
darken
-
-

色成分ごとに最も暗い値が最終的な値になります。

+{{ EmbedLiveSample('overlay', "300", "350") }} -
- -
+} +``` + +{{ EmbedLiveSample('darken', "300", "350") }} -

{{ EmbedLiveSample('darken_example', "300", "300") }}

-
-
lighten
-
-

色成分ごとに最も明るい値が最終的な値になります。

+### lighten -
- -
- -

{{ EmbedLiveSample('lighten_example', "300", "300") }}

-
-
color-dodge
-
-

下の色を、反転した上の色で除算した結果が、最終的な色になります。
- 黒い前景は変化をもたらしません。背景色を反転した色を持つ前景は、完全に明るい色に導きます。
- このブレンドモードは screen に似ていますが、完全に明るい色に近づけるためには背景色を反転した色と同程度に明るい前景が必要です。

- -
- -
- -

{{ EmbedLiveSample('color-dodge_example', "300", "300") }}

-
-
color-burn
-
-

反転した下の色を上の色で除算して、さらに反転した結果が最終的な色になります。
- 白い背景は変化をもたらしません。背景色を反転した色を持つ前景は、最終的に黒い画像へ近づけます。
- このブレンドモードは multiply に似ていますが、最終的に画像を暗くするためには背景色を反転した色と同程度に暗い前景が必要です。

- -
- -
- -

{{ EmbedLiveSample('color-burn_example', "300", "300") }}

-
-
hard-light
-
-

上の色が暗い色であれば multiply 、明るい色であれば screen の結果が最終的な色になります。
- このブレンドモードは overlay と同じですが、レイヤーが入れ替わっています。
- この効果は、背景に強烈なスポットライトを当てた状況に似ています。

- -
- -
- -

{{ EmbedLiveSample('hard-light_example', "300", "300") }}

-
-
soft-light
-
-

最終的な色は hard-light に似ていますが、よりソフトになります。
- このブレンドモードは hard-light に似ています。
- この効果は、背景に拡散光のスポットライトを当てた状況に似ています。

- -
- -
- -

{{ EmbedLiveSample('soft-light_example', "300", "300") }}

-
-
difference
-
-

2 つの色のうち明るい色から、暗い色を減算した結果が最終的な色になります。
- 黒いレイヤーは変化をもたらしません。白いレイヤーは、もうひとつのレイヤーの色を反転します。

- -
- -
- -

{{ EmbedLiveSample('difference_example', "300", "300") }}

-
-
exclusion
-
-

最終的な色は difference に似ていますが、コントラストが低くなります。
- difference と同様に、黒いレイヤーは変化をもたらしません。白いレイヤーは、もうひとつのレイヤーの色を反転します。

- -
- -
+} +``` -

{{ EmbedLiveSample('exclusion_example', "300", "300") }}

-
-
hue
-
-

最終的な色は上の色の色調を持ちますが、彩度および明度は下の色の値を使用します。

+{{ EmbedLiveSample('exclusion', "300", "350") }} -
- -
- -

{{ EmbedLiveSample('hue_example', "300", "300") }}

-
-
saturation
-
-

最終的な色は上の色の彩度を持ちますが、色調および明度は下の色の値を使用します。
- 彩度を持たない純粋なグレーの背景は、効果がありません。

- -
- -
- -

{{ EmbedLiveSample('saturation_example', "300", "300") }}

-
-
color
-
-

最終的な色は上の色の色調および彩度を持ちますが、明度は下の色の値を使用します。
- この効果はグレーレベルを保持しており、前景に色をつけるために使用できます。

- -
- -
- -

{{ EmbedLiveSample('color_example', "300", "300") }}

-
-
luminosity
-
-

最終的な色は上の色の明度を持ちますが、色調および 彩度は下の色の値を使用します。
- このブレンドモードは color と同じですが、レイヤーが入れ替わっています。

- -
- -
+} +``` -

{{ EmbedLiveSample('luminosity_example', "300", "300") }}

-
-
+{{ EmbedLiveSample('hue', "300", "350") }} -

解説

+### saturation -

ブレンドモードは、適用されるレイヤー間のそれぞれのピクセルにおいて前景色と背景色を取り、計算を行い、新しい色の値を返します。

+```html hidden +
+``` + +```css +#div { + width: 300px; + height: 300px; + background: url('br.png'), + url('tr.png'); + background-blend-mode: saturation; +} +``` -

ブレンドモード同士の変化は補完されません。すべての変更が直接反映されます。

+{{ EmbedLiveSample('saturation', "300", "350") }} -

+### color -

ブレンドモードの比較

+```html hidden +
+``` -

次の例の <div> には、 Firefox のロゴと線形グラデーションの 2 つの背景画像を設定してあります。その下に <select> メニューがあって background-blend-mode を変更することができ、それが <div> に適用されますので、様々なブレンドモードの効果を比較することができます。

+```css +#div { + width: 300px; + height: 300px; + background: url('br.png'), + url('tr.png'); + background-blend-mode: color; +} +``` -

HTML

+{{ EmbedLiveSample('color', "300", "350") }} -
<div></div>
-<p>ブレンドモードを選択してください。</p>
-<select>
-  <option selected>normal</option>
-  <option>multiply</option>
-  <option>screen</option>
-  <option>overlay</option>
-  <option>darken</option>
-  <option>lighten</option>
-  <option>color-dodge</option>
-  <option>color-burn</option>
-  <option>hard-light</option>
-  <option>soft-light</option>
-  <option>difference</option>
-  <option>exclusion</option>
-  <option>hue</option>
-  <option>saturation</option>
-  <option>color</option>
-  <option>luminosity</option>
-</select>
+### luminosity -

CSS

+```html hidden +
+``` -
div {
+```css
+#div {
+  width: 300px;
+  height: 300px;
+  background: url('br.png'),
+              url('tr.png');
+  background-blend-mode: luminosity;
+}
+```
+
+{{ EmbedLiveSample('luminosity', "300", "350") }}
+
+

混合モードの比較

+ +次の例の `
` には、 Firefox のロゴと線形グラデーションの 2 つの背景画像を設定してあります。その下に ` + +``` + +#### CSS + +```css +div {   width: 300px;   height: 300px;   background: url(https://media.prod.mdn.mozit.cloud/attachments/2020/07/29/17350/3b4892b7e820122ac6dd7678891d4507/firefox.png) no-repeat center,   linear-gradient(to bottom, blue, orange); -}
+} +``` -

JavaScript

+#### JavaScript -
const selectElem = document.querySelector('select');
+```js
+const selectElem = document.querySelector('select');
 const divElem = document.querySelector('div');
 
-selectElem.addEventListener('change', () => {
+selectElem.addEventListener('change', () => {
   divElem.style.backgroundBlendMode = selectElem.value;
-});
+}); +``` -

結果

+#### 結果 -

{{EmbedLiveSample('Blend_mode_comparison', '100%', 370)}}

+{{EmbedLiveSample('Blend_mode_comparison', '100%', 400)}} -

仕様書

+## 仕様書 - - - - - - - - - - - - - - - -
仕様書状態備考
{{ SpecName('Compositing', '#ltblendmodegt', '<blend-mode>') }}{{ Spec2('Compositing') }}初回定義
+{{Specifications}} -

ブラウザーの互換性

+## ブラウザーの互換性 -

{{Compat}}

+{{Compat}} -

関連情報

+## 関連情報 -
    -
  • このデータ型を使用するプロパティ: {{cssxref("background-blend-mode")}}, {{cssxref("mix-blend-mode")}}
  • -
+- このデータ型を使用するプロパティ: {{cssxref("background-blend-mode")}}, {{cssxref("mix-blend-mode")}} -

様々なブレンドモードの他のウェブサイトにおける解説

+様々な混合モードの他のウェブサイトにおける解説: - +- Wikipedia の[ブレンドモード](https://ja.wikipedia.org/wiki/%E3%83%96%E3%83%AC%E3%83%B3%E3%83%89%E3%83%A2%E3%83%BC%E3%83%89)の記事 +- [Adobe Photoshop における描画モード](https://helpx.adobe.com/jp/photoshop/using/blending-modes.html) (Adobe) diff --git a/files/ja/web/css/blend-mode/tr.png b/files/ja/web/css/blend-mode/tr.png new file mode 100644 index 0000000000..a6e0f81eaf Binary files /dev/null and b/files/ja/web/css/blend-mode/tr.png differ diff --git a/files/ja/web/css/compositing_and_blending/index.md b/files/ja/web/css/compositing_and_blending/index.md index 42cf85122a..3b7a0a610d 100644 --- a/files/ja/web/css/compositing_and_blending/index.md +++ b/files/ja/web/css/compositing_and_blending/index.md @@ -3,70 +3,44 @@ title: 合成と混合 slug: Web/CSS/Compositing_and_Blending tags: - CSS - - リファレンス - 合成と混合 + - ガイド - 概要 + - リファレンス translation_of: Web/CSS/Compositing_and_Blending --- -
{{CSSRef}}
+{{CSSRef}} -

合成と混合 (Compositing and Blending) は CSS モジュールの一つで、様々な要素のシェイプを単一の画像に合成する方法を定義します。

+**合成と混合** (Compositing and Blending) は CSS モジュールの一つで、様々な要素のシェイプを単一の画像に合成する方法を定義します。 -

リファレンス

+## リファレンス -

プロパティ

+### プロパティ -
-
    -
  • {{cssxref("background-blend-mode")}}
  • -
  • {{cssxref("isolation")}}
  • -
  • {{cssxref("mix-blend-mode")}}
  • -
-
+- {{cssxref("background-blend-mode")}} +- {{cssxref("isolation")}} +- {{cssxref("mix-blend-mode")}} -

データ型

+### データ型 -
-
    -
  • {{cssxref("<blend-mode>")}}
  • -
-
+- {{cssxref("<blend-mode>")}} -

仕様書

+## 仕様書 - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("Compositing")}}{{Spec2("Compositing")}}初回定義
+| 仕様書 | 状態 | 備考 | +| --------------------------- | ------------------------ | -------- | +| {{SpecName("Compositing")}} | {{Spec2("Compositing")}} | 初回定義 | -

ブラウザーの対応

+## ブラウザーの互換性 -

background-blend-mode プロパティ

+### `background-blend-mode` プロパティ -
-

{{Compat("css.properties.background-blend-mode")}}

-
+{{Compat("css.properties.background-blend-mode")}} -

isolation プロパティ

+### `isolation` プロパティ -
-

{{Compat("css.properties.isolation")}}

-
+{{Compat("css.properties.isolation")}} -

mix-blend-mode プロパティ

+### `mix-blend-mode` プロパティ -
-

{{Compat("css.properties.mix-blend-mode")}}

-
+{{Compat("css.properties.mix-blend-mode")}} diff --git a/files/ja/web/css/isolation/index.md b/files/ja/web/css/isolation/index.md index 5074d09743..e9df8116e3 100644 --- a/files/ja/web/css/isolation/index.md +++ b/files/ja/web/css/isolation/index.md @@ -5,58 +5,72 @@ tags: - CSS - CSS プロパティ - 合成と混合 + - NeedsContent + - isolation + - recipe:css-property +browser-compat: css.properties.isolation translation_of: Web/CSS/isolation --- -
{{CSSRef}}
+{{CSSRef}} -

CSSisolation プロパティは、要素が新しい{{glossary("stacking context", "重ね合わせコンテキスト")}}を生成する必要があるかどうかを定義します。

+[CSS](/ja/docs/Web/CSS) の **`isolation`** プロパティは、要素が新しい{{glossary("stacking context", "重ね合わせコンテキスト")}}を生成する必要があるかどうかを定義します。 -
{{EmbedInteractiveExample("pages/css/isolation.html")}}
+{{EmbedInteractiveExample("pages/css/isolation.html")}} - +このプロパティは {{cssxref("mix-blend-mode")}} との組み合わせで使用すると特に有用です。 -

このプロパティは {{cssxref("mix-blend-mode")}} との組み合わせで使用すると特に有用です。

+## 構文 -

構文

- -
/* キーワード値 */
+```css
+/* キーワード値 */
 isolation: auto;
 isolation: isolate;
 
 /* グローバル値 */
 isolation: inherit;
 isolation: initial;
+isolation: revert;
 isolation: unset;
-
+``` + +`isolation` プロパティは、以下の一覧にあるキーワード値のうちの一つで指定します。 -

isolation プロパティは、以下の一覧にあるキーワード値のうちの一つで指定します。

+### 値 -

+- `auto` + - : 何れかのプロパティが必要な要素に適用された場合にのみ、新しい重ね合わせコンテキストが作成されます。 +- `isolate` + - : 新しい重ね合わせコンテキストが必ず作成されます。 -
-
auto
-
何れかのプロパティが必要な要素に適用された場合にのみ、新しい重ね合わせコンテキストが作成されます。
-
isolate
-
新しい重ね合わせコンテキストが必ず作成されます。
-
+## Formal definition -

形式文法

+{{cssinfo}} + +## Formal syntax {{csssyntax}} -

+## 例 + +

要素で強制的に新しい重ね合わせコンテキストを生成

-
<div id="b" class="a">
-  <div id="d">
-    <div class="a c">auto</div>
-  </div>
-  <div id="e">
-    <div class="a c">isolate</div>
-  </div>
-</div>
-
+#### HTML -
.a {
+```html
+
+
+
auto
+
+
+
isolate
+
+
+``` + +#### CSS + +```css +.a { background-color: rgb(0,255,0); } #b { @@ -75,38 +89,22 @@ isolation: unset; } #e { isolation: isolate; -}
+} +``` -

{{ EmbedLiveSample('Examples', 230, 230) }}

+#### 結果 -

仕様書

+{{ EmbedLiveSample('Forcing_a_new_stacking_context_for_an_element', 230, 230) }} - - - - - - - - - - - - - - - -
仕様書状態備考
{{ SpecName('Compositing', '#isolation', 'Isolation') }}{{ Spec2('Compositing') }}Initial definition
+## 仕様書 -

{{cssinfo}}

+{{Specifications}} -

ブラウザーの対応

+## ブラウザーの互換性 -

{{Compat("css.properties.isolation")}}

+{{Compat}} -

関連情報

+## 関連情報 -
    -
  • {{cssxref("<blend-mode>")}}
  • -
  • {{cssxref("mix-blend-mode")}}, {{cssxref("background-blend-mode")}}
  • -
+- {{cssxref("<blend-mode>")}} +- {{cssxref("mix-blend-mode")}}, {{cssxref("background-blend-mode")}} diff --git a/files/ja/web/css/mix-blend-mode/index.md b/files/ja/web/css/mix-blend-mode/index.md index cd76be032c..9b9adbe7c3 100644 --- a/files/ja/web/css/mix-blend-mode/index.md +++ b/files/ja/web/css/mix-blend-mode/index.md @@ -2,24 +2,25 @@ title: mix-blend-mode slug: Web/CSS/mix-blend-mode tags: + - 混合 - CSS - CSS プロパティ - - ウェブ - - リファレンス + - 合成 - 合成と混合 + - recipe:css-property +browser-compat: css.properties.mix-blend-mode translation_of: Web/CSS/mix-blend-mode --- -
{{CSSRef}}
+{{CSSRef}} -

CSSmix-blend-mode プロパティは、要素の内容物と親要素の内容物や要素の背景をどのように混合するかを設定します。

+**`mix-blend-mode`** は [CSS](/ja/docs/Web/CSS) のプロパティで、要素の内容物と親要素の内容物や要素の背景をどのように混合するかを設定します。 -
{{EmbedInteractiveExample("pages/css/mix-blend-mode.html")}}
+{{EmbedInteractiveExample("pages/css/mix-blend-mode.html")}} - +## 構文 -

構文

- -
/* キーワード値 */
+```css
+/* キーワード値 */
 mix-blend-mode: normal;
 mix-blend-mode: multiply;
 mix-blend-mode: screen;
@@ -40,434 +41,441 @@ mix-blend-mode: luminosity;
 /* グローバル値 */
 mix-blend-mode: initial;
 mix-blend-mode: inherit;
+mix-blend-mode: revert;
 mix-blend-mode: unset;
-
+``` + +### 値 + +- {{cssxref("<blend-mode>")}} + - : 適用する混合モードを表す {{cssxref("<blend-mode>")}} です。 -

+## Formal definition -
-
<blend-mode>
-
適用する混合モードを表す {{cssxref("<blend-mode>")}} です。
-
+{{cssinfo}} -

形式文法

+## Formal syntax {{csssyntax}} -

- - +.luminosity .item { mix-blend-mode: luminosity; } +``` -
{{EmbedLiveSample("mix-blend-mode", "100%", 1600, "", "", "example-outcome-frame")}}
+{{EmbedLiveSample("Effect_of_different_mix-blend-mode_values", "100%", 1600, "", "", "example-outcome-frame")}} -

HTML の例

+

HTML での mix-blend-mode の使用

-
<div class="isolate">
-  <div class="circle circle-1"></div>
-  <div class="circle circle-2"></div>
-  <div class="circle circle-3"></div>
-</div>
+#### HTML -
.circle {
+```html
+
+
+
+
+
+``` + +#### CSS + +```css +.circle { width: 80px; height: 80px; border-radius: 50%; @@ -596,58 +611,49 @@ mix-blend-mode: unset; } .isolate { - isolation: isolate; /* Without isolation, the background color will be taken into account */ + isolation: isolate; /* isolation がないと、背景色が考慮されてしまう */ position: relative; -}
+} +``` + +#### 結果 + +{{EmbedLiveSample("Using_mix-blend-mode_with_HTML", "100%", "180")}} -

{{EmbedLiveSample("HTML_example", "100%", "180")}}

+

SVG での mix-blend-mode の使用

-

SVG の例

+#### SVG -

This example reproduces the previous example using SVG.

+```html + + + + + + + +``` -
<svg>
-  <g class="isolate">
-    <circle cx="40" cy="40" r="40" fill="red"/>
-    <circle cx="80" cy="40" r="40" fill="lightgreen"/>
-    <circle cx="60" cy="80" r="40" fill="blue"/>
-  </g>
-</svg>
+#### CSS -
circle { mix-blend-mode: screen; }
+```css
+circle { mix-blend-mode: screen; }
 .isolate { isolation: isolate; } /* Without isolation, the background color will be taken into account */
-
+``` -

{{EmbedLiveSample("SVG_example", "100%", "180")}}

+#### 結果 -

仕様書

+{{EmbedLiveSample("Using_mix-blend-mode_with_SVG", "100%", "180")}} - - - - - - - - - - - - - - - -
仕様書状態備考
{{ SpecName('Compositing', '#mix-blend-mode', 'mix-blend-mode') }}{{ Spec2('Compositing') }}初回定義
+## 仕様書 -

{{cssinfo}}

+{{Specifications}} -

ブラウザーの対応

+## ブラウザーの互換性 -

{{Compat("css.properties.mix-blend-mode")}}

+{{Compat}} -

関連情報

+## 関連情報 -
    -
  • {{cssxref("<blend-mode>")}}
  • -
  • {{cssxref("background-blend-mode")}}
  • -
+- {{cssxref("<blend-mode>")}} +- {{cssxref("background-blend-mode")}} -- cgit v1.2.3-54-g00ecf