﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3A2.6%2FManual%2FTextures%2FInfluence%2FMaterial%2FBlending_Modes</id>
	<title>Doc:2.6/Manual/Textures/Influence/Material/Blending Modes - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3A2.6%2FManual%2FTextures%2FInfluence%2FMaterial%2FBlending_Modes"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Textures/Influence/Material/Blending_Modes&amp;action=history"/>
	<updated>2026-06-07T09:47:37Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Textures/Influence/Material/Blending_Modes&amp;diff=142187&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Textures/Influence/Material/Blending_Modes&amp;diff=142187&amp;oldid=prev"/>
		<updated>2018-06-28T20:55:55Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 20:55時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Textures/Influence/Material/Blending_Modes&amp;diff=142186&amp;oldid=prev</id>
		<title>2013年7月20日 (土) 15:23にwiki&gt;Frax10による</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Textures/Influence/Material/Blending_Modes&amp;diff=142186&amp;oldid=prev"/>
		<updated>2013-07-20T15:23:10Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header||}}&lt;br /&gt;
&lt;br /&gt;
= Texture Blending Modes = &lt;br /&gt;
&lt;br /&gt;
Blending Modes are different methods of controlling how the texture influences material properties. While a blending mode defines the specific operation performed, blending factor controls the amount, the overall &amp;quot;strength&amp;quot; of this operation. For textures such blending factor is set via sliders in the Influence panel. Throughout this section, the term {{Literal|base layer}} refers to the base material color being manipulated (as defined by texture's Influence) and {{Literal|blend layer}} refers to the texture.&lt;br /&gt;
Following is a list of available texture blending modes:&lt;br /&gt;
&lt;br /&gt;
===Linear Light===&lt;br /&gt;
Brightens base layer depending on blend layer. If blend layer is more than 50% bright, base layer is brightened by the blend layer values, otherwise it is darkened by the blend layer values.&lt;br /&gt;
&lt;br /&gt;
===Soft Light===&lt;br /&gt;
Lightens or darkens base layer depending on the blend layer brightness. The effect is softer than that of Linear Light or Overlay modes, with pure white and pure black blend layers not yielding pure white/black results.&lt;br /&gt;
&lt;br /&gt;
===Color===&lt;br /&gt;
Mixes hue and saturation of the blend layer into the base layer.&lt;br /&gt;
&lt;br /&gt;
===Value===&lt;br /&gt;
Mixes value of the blend layer into the base layer.&lt;br /&gt;
&lt;br /&gt;
===Saturation===&lt;br /&gt;
Mixes saturation of the blend layer into the base layer.&lt;br /&gt;
&lt;br /&gt;
===Hue===&lt;br /&gt;
Mixes hue of the blend layer into the base layer.&lt;br /&gt;
&lt;br /&gt;
===Overlay===&lt;br /&gt;
Combines Multiply and Screen modes. The darker the base layer, the more the blend layer influences the mix.&lt;br /&gt;
&lt;br /&gt;
===Lighten===&lt;br /&gt;
Any fragments of the base layer that are darker than those of the blend layer are replaced by the blend layer fragments.&lt;br /&gt;
&lt;br /&gt;
===Darken===&lt;br /&gt;
Any fragments of the base layer that are lighter than those of the blend layer are replaced by the blend layer fragments.&lt;br /&gt;
&lt;br /&gt;
===Difference===&lt;br /&gt;
Mixes with absolute value of the difference between base and blend layers.&lt;br /&gt;
&lt;br /&gt;
===Divide===&lt;br /&gt;
Base layer is divided by the blend layer.&lt;br /&gt;
&lt;br /&gt;
===Screen===&lt;br /&gt;
Inverse of the base layer is multiplied by the blend layer.&lt;br /&gt;
&lt;br /&gt;
===Subtract===&lt;br /&gt;
Blend layer is subtracted from the base layer.&lt;br /&gt;
&lt;br /&gt;
===Multiply===&lt;br /&gt;
Base layer is multiplied by the blend layer.&lt;br /&gt;
&lt;br /&gt;
===Add===&lt;br /&gt;
Blend layer is added to the base layer.&lt;br /&gt;
&lt;br /&gt;
===Mix===&lt;br /&gt;
Linear interpolation between base and blend layers.&lt;br /&gt;
&lt;br /&gt;
{{Clr}}&lt;br /&gt;
&lt;br /&gt;
{{Page/Header| | }}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Frax10</name></author>
		
	</entry>
</feed>