]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk-pixbuf/tmpl/util.sgml
fd54648882d78db915595001335ea187c599f391
[~andy/gtk] / docs / reference / gdk-pixbuf / tmpl / util.sgml
1 <!-- ##### SECTION Title ##### -->
2 Utilities
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Utility and miscellaneous convenience functions.
6
7 <!-- ##### SECTION Long_Description ##### -->
8   <para>
9     These functions provide miscellaneous utilities for manipulating
10     pixbufs.  The pixel data in pixbufs may of course be manipulated
11     directly by applications, but several common operations can be
12     performed by these functions instead.
13   </para>
14
15 <!-- ##### SECTION See_Also ##### -->
16   <para>
17     #GdkPixbuf
18   </para>
19
20 <!-- ##### SECTION Stability_Level ##### -->
21
22
23 <!-- ##### SECTION Image ##### -->
24
25
26 <!-- ##### FUNCTION gdk_pixbuf_add_alpha ##### -->
27 <para>
28
29 </para>
30
31 @pixbuf: 
32 @substitute_color: 
33 @r: 
34 @g: 
35 @b: 
36 @Returns: 
37
38
39 <!-- ##### FUNCTION gdk_pixbuf_copy_area ##### -->
40 <para>
41
42 </para>
43
44 @src_pixbuf: 
45 @src_x: 
46 @src_y: 
47 @width: 
48 @height: 
49 @dest_pixbuf: 
50 @dest_x: 
51 @dest_y: <!--
52 Local variables:
53 mode: sgml
54 sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
55 End:
56 -->
57
58
59 <!-- ##### FUNCTION gdk_pixbuf_saturate_and_pixelate ##### -->
60 <para>
61
62 </para>
63
64 @src: 
65 @dest: 
66 @saturation: 
67 @pixelate: 
68
69
70 <!-- ##### FUNCTION gdk_pixbuf_apply_embedded_orientation ##### -->
71 <para>
72
73 </para>
74
75 @src: 
76 @Returns: 
77
78
79 <!-- ##### FUNCTION gdk_pixbuf_fill ##### -->
80 <para>
81
82 </para>
83
84 @pixbuf: 
85 @pixel: 
86
87