1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3    <head>
4        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5        <meta http-equiv="Content-Style-Type" content="text/css" />
6        <title>RgbaColorAnimation</title>
7        <link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8    </head>
9    <body>
10        <h1>&lt;RgbaColorAnimation&gt;</h1>
11        <h2>Description</h2>
12        <p>
13            The tag for RgbaColor animation.
14            </p>
15
16<h2>&lt;Path&gt; element</h2>
17<p>The following values are set to the Path element for <CODE>RgbaColor</CODE> animation.</p>
18<ul>
19	<li>Materials[&quot;<I>Material name</I>&quot;].MaterialColor.Emission</li>
20	<li>Materials[&quot;<I>Material name</I>&quot;].MaterialColor.Ambient</li>
21	<li>Materials[&quot;<I>Material name</I>&quot;].MaterialColor.Diffuse</li>
22	<li>Materials[&quot;<I>Material name</I>&quot;].MaterialColor.Specular0</li>
23	<li>Materials[&quot;<I>Material name</I>&quot;].MaterialColor.Specular1</li>
24	<li>Materials[&quot;<I>Material name</I>&quot;].FragmentOperation.BlendOperation.BlendColor</li>
25</ul>
26<h2>Example Output</h2>
27
28<table>
29<tr>
30<td><pre>
31&lt;Animations&gt;<br>
32    &lt;MaterialAnimationData Name=&quot;&quot; FrameSize=&quot;5&quot; LoopMode=&quot;OneTime&quot; IsAdditiveAnimation=&quot;false&quot;&gt;<br>
33        &lt;MemberAnimationDataSet&gt;<br>
34            &lt;MemberAnimationData&gt;<br>
35                &lt;Path&gt;Materials[&quot;lambert2&quot;].MaterialColor.Specular1&lt;/Path&gt;<br>
36                <strong>&lt;RgbaColorAnimation&gt;</strong><br>
37                    &lt;RSegmentsFloatCurve PreRepeatMethod=&quot;None&quot; PostRepeatMethod=&quot;None&quot; StartFrame=&quot;0&quot; EndFrame=&quot;5&quot;&gt;<br>
38                        &lt;Segments&gt;<br>
39                            &lt;HermiteFloatSegment&gt;<br>
40                                &lt;Keys&gt;<br>
41                                    &lt;HermiteFloatKey Frame=&quot;0&quot; Value=&quot;0&quot; InSlope=&quot;0&quot; OutSlope=&quot;0&quot; /&gt;<br>
42                                    :<br>
43                                    :<br>
44                                    :<br>
45                                &lt;/Keys&gt;<br>
46                            &lt;/HermiteFloatSegment&gt;<br>
47                        &lt;/Segments&gt;<br>
48                    &lt;/RSegmentsFloatCurve&gt;<br>
49                    &lt;GSegmentsFloatCurve&gt;<br>
50                        :<br>
51                        :<br>
52                    &lt;/GSegmentsFloatCurve&gt;<br>
53                    &lt;BSegmentsFloatCurve&gt;<br>
54                        :<br>
55                        :<br>
56                    &lt;/BSegmentsFloatCurve&gt;<br>
57                    &lt;ASegmentsFloatCurve&gt;<br>
58                        :<br>
59                        :<br>
60                    &lt;/ASegmentsFloatCurve&gt;<br>
61                <strong>&lt;/RgbaColorAnimation&gt;</strong><br>
62            &lt;/MemberAnimationData&gt;<br>
63        &lt;/MemberAnimationDataSet&gt;<br>
64    &lt;/MaterialAnimationData&gt;<br>
65&lt;/Animations&gt;<br>
66</pre></td>
67</tr></table>
68
69    <hr><p>CONFIDENTIAL</p></body>
70</html>