~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to doc/reference/cogl/html/cogl-Materials.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-09-06 21:02:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090906210203-pqjxypxpcvdp4vr7
Tags: 1.0.4-0ubuntu1
* New upstream release (LP: #425339)
  - Depend on GObject-Introspection 0.6.4, to fix the generation of
    introspection data from uninstalled libraries
  - Fix a crash when closing multiple stages
  - Help gtk-doc pick up ClutterInterval as an object
  - Do not premultiply the color twice inside the CoglPango renderer
  - Fix keyboard navigation of works inside ClutterText
  - Allow key events to bubble up to its parent container if the
    event contains the control modifier is detected
  - Documentation fixes
  - Build fixes
  - Update the MingW script for building Clutter on Windows
  - Update the build instructions for OS X
  - On X11, make sure to destroy the stage Window when switching to
    a foreign one
  - Fix a bug where clutter_actor_apply_relative_transform() was no
    using the right vertex to perform the transformation
* debian/control: bump gobject-introspection and related from 0.6.3 to
  0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Materials</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
 
<link rel="home" href="index.html" title="COGL 1.0.0 Reference Manual">
 
7
<link rel="home" href="index.html" title="COGL Reference Manual">
8
8
<link rel="up" href="ch01.html" title="COGL - GL Abstraction API">
9
9
<link rel="prev" href="cogl-Blend-Strings.html" title="Material Blend Strings">
10
10
<link rel="next" href="cogl-Primitives.html" title="Primitives">
20
20
<td><a accesskey="p" href="cogl-Blend-Strings.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
21
21
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
22
22
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
23
 
<th width="100%" align="center">COGL 1.0.0 Reference Manual</th>
 
23
<th width="100%" align="center">COGL Reference Manual</th>
24
24
<td><a accesskey="n" href="cogl-Primitives.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
25
25
</tr>
26
26
<tr><td colspan="5" class="shortcuts">
980
980
</p>
981
981
<div class="section" title="Examples">
982
982
<div class="titlepage"><div><div><h6 class="title">
983
 
<a name="id3033168"></a>Examples</h6></div></div></div>
 
983
<a name="id3155422"></a>Examples</h6></div></div></div>
984
984
Blend a non-premultiplied source over a destination with
985
985
premultiplied alpha:
986
986
<pre class="programlisting">
1214
1214
<p>
1215
1215
</p>
1216
1216
<div class="refsect2" title="Example">
1217
 
<a name="id3033759"></a><h3>Example</h3>
 
1217
<a name="id3156013"></a><h3>Example</h3>
1218
1218
This is effectively what the default blending is:
1219
1219
<div class="informalexample"><pre class="programlisting">
1220
1220
  RGBA = MODULATE (PREVIOUS, TEXTURE)