﻿<?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%2FTypes%2FNodes%2FConvertor</id>
	<title>Doc:2.6/Manual/Textures/Types/Nodes/Convertor - 版の履歴</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%2FTypes%2FNodes%2FConvertor"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Textures/Types/Nodes/Convertor&amp;action=history"/>
	<updated>2026-04-25T16:08:28Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Textures/Types/Nodes/Convertor&amp;diff=114429&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/Types/Nodes/Convertor&amp;diff=114429&amp;oldid=prev"/>
		<updated>2018-06-28T19:51:58Z</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日 (木) 19:51時点における版&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/Types/Nodes/Convertor&amp;diff=114428&amp;oldid=prev</id>
		<title>2013年2月12日 (火) 05:43にwiki&gt;Jaredr122による</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Textures/Types/Nodes/Convertor&amp;diff=114428&amp;oldid=prev"/>
		<updated>2013-02-12T05:43:26Z</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;
{{review|partial=X|text=examples?}}&lt;br /&gt;
&lt;br /&gt;
= Texture Convertor Nodes =&lt;br /&gt;
As the name implies, these nodes convert the colors in the material in some way.&lt;br /&gt;
&lt;br /&gt;
==Math==&lt;br /&gt;
[[File:Doc26-textureNodes_math.png|frame|right|math node]]&lt;br /&gt;
The math node performs one of several math functions on one or two inputs&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Clamp}}&lt;br /&gt;
:Clamps the result between 0 and 1.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Add}}&lt;br /&gt;
:Add the two inputs&lt;br /&gt;
;{{Literal|Subtract}}&lt;br /&gt;
:Subtract input 2 from input 1&lt;br /&gt;
;{{Literal|Multiply}}&lt;br /&gt;
:Multiply the two inputs&lt;br /&gt;
;{{Literal|Divide}}&lt;br /&gt;
:Divide input 1 by input 2&lt;br /&gt;
;{{Literal|Sine}}&lt;br /&gt;
:The sine of input 1 (degrees)&lt;br /&gt;
;{{Literal|Cosine}}&lt;br /&gt;
:The cosine of input 1 (degrees)&lt;br /&gt;
;{{Literal|Tangent}}&lt;br /&gt;
:The tangent of input 1 (degrees)&lt;br /&gt;
;{{Literal|Arcsine}}&lt;br /&gt;
:The arcsine (inverse sine) of input 1 (degrees)&lt;br /&gt;
;{{Literal|Arccosine}}&lt;br /&gt;
:The arccosine (inverse cosine) of input 1 (degrees)&lt;br /&gt;
;{{Literal|Arctangent}}&lt;br /&gt;
:The arctangent (inverse tangent) of input 1 (degrees)&lt;br /&gt;
;{{Literal|Power}}&lt;br /&gt;
:Input 1 to the power of input 2 (input1^input2)&lt;br /&gt;
;{{Literal|Logarithm}}&lt;br /&gt;
:log base input 2 of input 1&lt;br /&gt;
;{{Literal|Minimum}}&lt;br /&gt;
:The minimum of input 1 and input 2&lt;br /&gt;
;{{Literal|Maximum}}&lt;br /&gt;
:The maximum of input 1 and input 2&lt;br /&gt;
;{{Literal|Round}}&lt;br /&gt;
:Rounds input 1 to the nearest integer&lt;br /&gt;
;{{Literal|Less Than}}&lt;br /&gt;
:Test if input 1 is less than input 2, returns 1 for true, 0 for false&lt;br /&gt;
;{{Literal|Greater Than}}&lt;br /&gt;
:Test if input 1 is greater than input 2, returns 1 for true, 0 for false&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
== ColorRamp Node ==&lt;br /&gt;
[[File:Doc26-textureNodes-colorRamp.png|frame|right|ColorRamp Node]]&lt;br /&gt;
The ColorRamp Node is used for mapping values to colors with the use of a gradient. It works exactly the same way as a [[Doc:2.6/Manual/Materials/Properties/Ramps|Colorband for textures and materials]], using the Factor value as a slider or index to the color ramp shown, and outputting a color value and an alpha value from the output sockets.&lt;br /&gt;
&lt;br /&gt;
By default, the ColorRamp is added to the node map with two colors at opposite ends of the spectrum. A completely black black is on the left (Black as shown in the swatch with an Alpha value of 1.00) and a whitewash white is on the right. To select a color, {{Shortcut|LMB}} click on the thin vertical line/band within the colorband. The example picture shows the black color selected, as it is highlighted white. The settings for the color are shown above the colorband as (left to right): color swatch, Alpha setting, and interpolation type.&lt;br /&gt;
&lt;br /&gt;
To change the hue of the selected color in the colorband, {{Shortcut|LMB}} click on the swatch, and use the popup color picker control to select a new color. Press {{Shortcut|Enter}} to set that color.&lt;br /&gt;
&lt;br /&gt;
To add colors, hold {{Shortcut|Ctrl}} down and {{Shortcut|LMB}} click inside the gradient. Edit colors by clicking on the rectangular color swatch, which pops up a color-editing dialog. Drag the gray slider to edit Alpha values. Note that you can use textures for masks (or to simulate the old &amp;quot;Emit&amp;quot; functionality) by connecting the alpha output to the factor input of an RGB mixer.&lt;br /&gt;
&lt;br /&gt;
To delete a color from the colorband, select it and press the Delete button.&lt;br /&gt;
&lt;br /&gt;
When using multiple colors, you can control how they transition from one to another through an interpolation mixer. Use the interpolation buttons to control how the colors should band together: Ease, Cardinal, Linear, or Spline.&lt;br /&gt;
&lt;br /&gt;
Use the A: button to define the Alpha value of the selected color for each color in the range. &lt;br /&gt;
{{clr}}&lt;br /&gt;
== RGB to BW Node ==&lt;br /&gt;
[[File:Doc26-textureNodes-rgbToBw.png|frame|right|RGB to BW Node]]&lt;br /&gt;
This node converts a color image to black-and-white by computing the luminance of the rgb values.&lt;br /&gt;
{{clr}}&lt;br /&gt;
==Value to Normal==&lt;br /&gt;
[[File:Doc26-textureNodes-valueToNormal.png|frame|right|Value to Normal node]]&lt;br /&gt;
Computes a normal map based on greyscale values of an input&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Val}}&lt;br /&gt;
:The texture to compute the normal map from&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Nabla}}&lt;br /&gt;
:Size of derivative offset used for calculating normals.&lt;br /&gt;
{{clr}}&lt;br /&gt;
==Distance==&lt;br /&gt;
[[File:Doc26-textureNodes-distance.png|frame|right|Distance node. Coordinate 2 dropdown is displayed]]&lt;br /&gt;
Computes the distance between two 3d coordinates.&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/Materials/Nodes/Types/Vector|Doc:2.5/Manual/Materials/Nodes/Types/Dynamic}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Jaredr122</name></author>
		
	</entry>
</feed>