1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
3<!-- InstanceBegin template="/Templates/default_template.dwt" codeOutsideHTMLIsLocked="false" -->
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6<meta http-equiv="Content-Style-Type" content="text/css" />
7<!-- InstanceBeginEditable name="CSS の相対パス指定" -->
8<link href="../../../../../common/manual.css" rel="stylesheet" type="text/css" />
9<!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="ページのタイトル" -->
10<title>Blender</title>
11<!-- InstanceEndEditable -->
12</head>
13<body>
14<div>
15  <div class="body"> <!-- InstanceBeginEditable name="本文のタイトル" -->
16    <h1>Blender</h1>
17    <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="本文" -->
18    <p>Under <B>Blender</B>, a coefficient is multiplied against the fragment color (source) and frame buffer color (destination) where it is to be written, and settings are made for the calculation method and settings to use when blending using the specified blending formula.</p>
19    <p>If the frame buffer supports alpha, blending of the alpha can also be set.</p>
20    <h2>Blender Settings and Features</h2>
21    <p>This page describes blender settings and features.</p>
22    <div class="wrap_picture"> <img src="assets/blender.png" alt="Blender"/> </div>
23    <div class="wrap_text">
24      <table class="space">
25        <tr>
26          <th><em>A</em></th>
27          <td class="td_color">Blend Mode</td>
28          <td>Sets the blend mode by selecting from a pull-down menu.</td>
29        </tr>
30        <tr>
31          <th><em>B</em></th>
32          <td class="td_color">Calculation method</td>
33          <td>Sets the calculation method by selecting from a pull-down menu.</td>
34        </tr>
35        <tr>
36          <th><em>C</em></th>
37          <td class="td_color">Color blending parameters</td>
38          <td>Sets the color coefficients to be blended and the blending method from a pull-down menu.</td>
39        </tr>
40        <tr>
41          <th><em>D</em></th>
42          <td class="td_color">Alpha blending parameters</td>
43          <td>Sets the alpha coefficient to be blended and the blending method from a pull-down menu.</td>
44        </tr>
45        <tr>
46          <th><em>E</em></th>
47          <td class="td_color">Blend color</td>
48          <td>Sets the blend color in terms of R, G, B and A.</td>
49        </tr>
50      </table>
51    </div>
52    <h3 class="wrap_clear">Blend Mode</h3>
53    <p>Sets the blend mode by selecting from a pull-down menu.</p>
54    <table>
55      <thead>
56        <tr>
57          <th>Mode</th>
58          <th>Description</th>
59        </tr>
60      </thead>
61      <tbody>
62        <tr>
63          <th>Unused</th>
64          <td>Blend mode is not used.</td>
65        </tr>
66        <tr>
67          <th>Blending</th>
68          <td>During blending, a coefficient is multiplied against the fragment color (source) to be newly written and the frame buffer color (destination) where it is written and the two are blended using the specified blending formula.<br /> If the frame buffer supports alpha, blending of the alpha can also be performed.</td>
69        </tr>
70        <tr>
71          <th>Separate blending</th>
72          <td>Applies a scale to each color component and alpha value, and then blends the fragment color and alpha and framebuffer color and alpha using a blending formula.</td>
73        </tr>
74        <tr>
75          <th>Logical operations</th>
76          <td>Logical operations are performed on the source and destination and results are written to the frame buffer.</td>
77        </tr>
78      </tbody>
79    </table>
80    <h3>Blending parameters</h3>
81    <p>Sets the parameters for color blending and alpha blending.</p>
82    <p>Settings are the same for both color and alpha.</p>
83    <!-- InstanceEndEditable --> </div>
84  <div class="footer" />
85</div>
86<hr><p>CONFIDENTIAL</p></body>
87<!-- InstanceEnd -->
88</html>