~ubuntu-branches/ubuntu/lucid/ming/lucid

« back to all changes in this revision

Viewing changes to docs/libming/SWFDisplayItem_setBlendMode.html

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-02-11 10:57:41 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100211105741-lzpmxc0703c4bo1w
Tags: 1:0.4.3-1ubuntu1
* Merge from Debian unstable (LP: #192664), remaining changes:
  - Python 2.6 transition:
    - debian/rules:
      + Include /usr/share/python/python.mk.
      + Add py_setup_install_args macro to setup.py install.
      + Installed modules differ between python versions and can't be shared,
        use DH_PYCENTRAL=nomove.
    - Remove unnecessary debian/python-ming.{dirs,files}, Python 2.3 is not
      supported anymore.
* debian/control: separate dependencies by commas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
 
2
<!DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
 
3
<header>
 
4
<title>SWFDisplayItem_setBlendMode - set blend mdoe</title>
 
5
</header>
 
6
<body>
 
7
<h1>NAME</h1>
 
8
SWFDisplayItem_setBlendMode - set blend mdoe
 
9
<h1>SYNOPSIS</h1>
 
10
<pre>#include &lt;ming.h&gt;
 
11
 
 
12
void SWFDisplayItem_setBlendMode
 
13
(
 
14
        SWFDisplayItem item,
 
15
        int mode
 
16
);
 
17
</pre>
 
18
<h1>PARAMETERS</h1>
 
19
<dl><dt>
 
20
SWFDisplayItem item<dd>
 
21
Not Documented.
 
22
<dt>
 
23
int mode<dd>
 
24
Blend mode.
 
25
</dl>
 
26
<h1>DESCRIPTION</h1>
 
27
Sets an alternative blend mode instead of default alpha blend.
 
28
Possible modes are:
 
29
SWFBLEND_MODE_NORMAL
 
30
SWFBLEND_MODE_LAYER
 
31
SWFBLEND_MODE_MULT
 
32
SWFBLEND_MODE_SCREEN
 
33
SWFBLEND_MODE_DARKEN
 
34
SWFBLEND_MODE_ADD
 
35
SWFBLEND_MODE_SUB
 
36
SWFBLEND_MODE_DIFF
 
37
SWFBLEND_MODE_DIFF
 
38
SWFBLEND_MODE_INV
 
39
SWFBLDEN_MODE_ALPHA
 
40
SWFBLEND_MDOE_ERASE
 
41
SWFBLEND_MDOE_OVERLAY
 
42
SWFBLEND_MODE_HARDLIGHT.
 
43
 
 
44
</body>