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

« back to all changes in this revision

Viewing changes to docs/man/newSWFCXform.3

  • 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
.TH "newSWFCXform" 3 "26 February 2008" "c2man cxform.c"
 
4
.SH "NAME"
 
5
newSWFCXform \- creates a new color transform with the given parameters
 
6
.SH "SYNOPSIS"
 
7
.ft B
 
8
#include <ming.h>
 
9
.br
 
10
.sp
 
11
SWFCXform newSWFCXform
 
12
.br
 
13
(
 
14
.br
 
15
        int rAdd,
 
16
.br
 
17
        int gAdd,
 
18
.br
 
19
        int bAdd,
 
20
.br
 
21
        int aAdd,
 
22
.br
 
23
        float rMult,
 
24
.br
 
25
        float gMult,
 
26
.br
 
27
        float bMult,
 
28
.br
 
29
        float aMult
 
30
.br
 
31
);
 
32
.ft R
 
33
.SH "PARAMETERS"
 
34
.TP
 
35
.B "int rAdd"
 
36
Not Documented.
 
37
.TP
 
38
.B "int gAdd"
 
39
Not Documented.
 
40
.TP
 
41
.B "int bAdd"
 
42
Not Documented.
 
43
.TP
 
44
.B "int aAdd"
 
45
Not Documented.
 
46
.TP
 
47
.B "float rMult"
 
48
Not Documented.
 
49
.TP
 
50
.B "float gMult"
 
51
Not Documented.
 
52
.TP
 
53
.B "float bMult"
 
54
Not Documented.
 
55
.TP
 
56
.B "float aMult"
 
57
Not Documented.
 
58
.SH "DESCRIPTION"
 
59
Creates a new color transform with the given parameters.