2004-11-08 Michael Natterer <mitch@gimp.org> * libgimp/tmpl/gimpaspectpreview.sgml * libgimp/tmpl/gimpbrush.sgml * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpcontext.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimpdrawablecombobox.sgml * libgimp/tmpl/gimpdrawablepreview.sgml * libgimp/tmpl/gimpdrawabletransform.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradient.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimpimagecombobox.sgml * libgimp/tmpl/gimplayer.sgml * libgimp/tmpl/gimppalette.sgml * libgimp/tmpl/gimppalettemenu.sgml * libgimp/tmpl/gimppalettes.sgml * libgimp/tmpl/gimppaletteselect.sgml * libgimp/tmpl/gimppaths.sgml * libgimp/tmpl/gimppattern.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml * libgimp/tmpl/gimppixbuf.sgml * libgimp/tmpl/gimppixelfetcher.sgml * libgimp/tmpl/gimpprogress.sgml * libgimp/tmpl/gimpprogressbar.sgml * libgimp/tmpl/gimpregioniterator.sgml * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpbase/tmpl/gimpbasetypes.sgml * libgimpbase/tmpl/gimpchecks.sgml * libgimpbase/tmpl/gimpdatafiles.sgml * libgimpbase/tmpl/gimpmemsize.sgml * libgimpcolor/tmpl/gimpadaptivesupersample.sgml * libgimpcolor/tmpl/gimpcmyk.sgml * libgimpcolor/tmpl/gimphsv.sgml * libgimpcolor/tmpl/gimprgb.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml * libgimpwidgets/tmpl/gimpcolorhexentry.sgml * libgimpwidgets/tmpl/gimpcolorselection.sgml * libgimpwidgets/tmpl/gimpframe.sgml * libgimpwidgets/tmpl/gimpintcombobox.sgml * libgimpwidgets/tmpl/gimpintstore.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml * libgimpwidgets/tmpl/gimppreview.sgml * libgimpwidgets/tmpl/gimppreviewarea.sgml * libgimpwidgets/tmpl/gimpscrolledpreview.sgml: applied a heavily fixed and enhanced version of a patch from Cai Qian (bug #156271). Made long_desc = short_desc where we lacked a long_desc but had a short_desc. Removed unused parameters. Misc cleanups. * libgimp/libgimp-docs.sgml: added some <chapter>s. The list of libgimp modules was too long. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcontroller.sgml: added GimpController.
347 lines
4.2 KiB
Plaintext
347 lines
4.2 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
gimpgradient
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Functions operating on a single gradient.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Functions operating on a single gradient.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_duplicate ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_rename ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@new_name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_delete ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_get_uniform_samples ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@num_samples:
|
|
@reverse:
|
|
@num_color_samples:
|
|
@color_samples:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_get_custom_samples ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@num_samples:
|
|
@positions:
|
|
@reverse:
|
|
@num_color_samples:
|
|
@color_samples:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_get_left_color ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@color:
|
|
@opacity:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_set_left_color ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@color:
|
|
@opacity:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_get_right_color ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@color:
|
|
@opacity:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_set_right_color ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@color:
|
|
@opacity:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_get_left_pos ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@pos:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_set_left_pos ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@pos:
|
|
@final_pos:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_get_middle_pos ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@pos:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_set_middle_pos ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@pos:
|
|
@final_pos:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_get_right_pos ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@pos:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_set_right_pos ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@pos:
|
|
@final_pos:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_get_blending_function ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@blend_func:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_get_coloring_type ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@segment:
|
|
@coloring_type:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_range_set_blending_function ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@start_segment:
|
|
@end_segment:
|
|
@blending_function:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_range_set_coloring_type ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@start_segment:
|
|
@end_segment:
|
|
@coloring_type:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_range_flip ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@start_segment:
|
|
@end_segment:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_range_replicate ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@start_segment:
|
|
@end_segment:
|
|
@replicate_times:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_range_split_midpoint ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@start_segment:
|
|
@end_segment:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_range_split_uniform ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@start_segment:
|
|
@end_segment:
|
|
@split_parts:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_range_delete ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@start_segment:
|
|
@end_segment:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_range_redistribute_handles ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@start_segment:
|
|
@end_segment:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_range_blend_colors ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@start_segment:
|
|
@end_segment:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_range_blend_opacity ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@start_segment:
|
|
@end_segment:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradient_segment_range_move ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@start_segment:
|
|
@end_segment:
|
|
@delta:
|
|
@control_compress:
|
|
@Returns:
|
|
|
|
|