1999-12-02 17:45:47 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
2001-02-12 17:50:13 +00:00
|
|
|
Utilities
|
1999-12-02 17:45:47 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
2001-02-12 17:50:13 +00:00
|
|
|
Utility and miscellaneous convenience functions.
|
1999-12-02 17:45:47 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
2001-02-12 17:50:13 +00:00
|
|
|
<para>
|
|
|
|
These functions provide miscellaneous utilities for manipulating
|
|
|
|
pixbufs. The pixel data in pixbufs may of course be manipulated
|
|
|
|
directly by applications, but several common operations can be
|
|
|
|
performed by these functions instead.
|
|
|
|
</para>
|
2000-12-12 07:32:32 +00:00
|
|
|
|
1999-12-02 17:45:47 +00:00
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
2001-02-12 17:50:13 +00:00
|
|
|
<para>
|
|
|
|
#GdkPixbuf
|
|
|
|
</para>
|
2000-12-12 07:32:32 +00:00
|
|
|
|
2000-10-29 08:03:34 +00:00
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_add_alpha ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@pixbuf:
|
|
|
|
@substitute_color:
|
|
|
|
@r:
|
|
|
|
@g:
|
|
|
|
@b:
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_copy_area ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@src_pixbuf:
|
|
|
|
@src_x:
|
|
|
|
@src_y:
|
|
|
|
@width:
|
|
|
|
@height:
|
|
|
|
@dest_pixbuf:
|
|
|
|
@dest_x:
|
2001-02-12 17:50:13 +00:00
|
|
|
@dest_y: <!--
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
|
|
|
|
End:
|
|
|
|
-->
|
2000-10-29 08:03:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_saturate_and_pixelate ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@src:
|
|
|
|
@dest:
|
|
|
|
@saturation:
|
|
|
|
@pixelate:
|
|
|
|
|
|
|
|
|
2001-10-13 05:52:14 +00:00
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_fill ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@pixbuf:
|
|
|
|
@pixel:
|
|
|
|
|
|
|
|
|