2003-12-04 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/drawable.pdb: renamed gimp_drawable_image() to gimp_drawable_get_image() for symmetry with gimp_drawable_set_image(). * libgimp/gimpchannel.h: removed gimp_channel_get_image_id #define. * libgimp/gimpdrawable.h: removed gimp_drawable_image_id #define. * libgimp/gimplayer.h:: removed gimp_layer_get_image_id #define. * libgimp/gimpcompat.h: added the old stuff here. * app/pdb/drawable_cmds.c * libgimp/gimpdrawable_pdb.[ch]: regenerated. * libgimp/gimpmiscui.c * plug-ins/Lighting/lighting_main.c * plug-ins/MapObject/mapobject_main.c * plug-ins/common/curve_bend.c * plug-ins/common/film.c * plug-ins/common/newsprint.c * plug-ins/common/pixelize.c * plug-ins/common/ps.c * plug-ins/common/sample_colorize.c * plug-ins/common/smooth_palette.c * plug-ins/common/warp.c * plug-ins/imagemap/imap_cmd_gimp_guides.c * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_preview.c * plug-ins/maze/maze.c * plug-ins/pygimp/pygimp-drawable.c * plug-ins/rcm/rcm_misc.c * plug-ins/script-fu/scripts/addborder.scm * plug-ins/script-fu/scripts/carve-it.scm * plug-ins/script-fu/scripts/weave.scm: changed accordingly. * plug-ins/maze/maze.c: completely reindented. * plug-ins/script-fu/siod/trace.c: removed trailing whitespace. 2003-12-04 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpchannel.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimplayer.sgml: updated after gimp_drawable_get_image() cleanup.
111 lines
1.3 KiB
Plaintext
111 lines
1.3 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
gimpchannel
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Functions for manipulating channels.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Functions for manipulating channels.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gimp_channel_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@name:
|
|
@width:
|
|
@height:
|
|
@opacity:
|
|
@color:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_channel_copy ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_channel_get_show_masked ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_channel_set_show_masked ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel_ID:
|
|
@show_masked:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_channel_get_opacity ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_channel_set_opacity ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel_ID:
|
|
@opacity:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_channel_get_color ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel_ID:
|
|
@color:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_channel_set_color ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel_ID:
|
|
@color:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_channel_combine_masks ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@channel1_ID:
|
|
@channel2_ID:
|
|
@operation:
|
|
@offx:
|
|
@offy:
|
|
@Returns:
|
|
|
|
|