Top | ![]() |
![]() |
![]() |
![]() |
gchar * gimp_edit_named_cut (gint32 drawable_ID
,const gchar *buffer_name
);
Since: GIMP 2.4
gchar * gimp_edit_named_copy (gint32 drawable_ID
,const gchar *buffer_name
);
Since: GIMP 2.4
gchar * gimp_edit_named_copy_visible (gint32 image_ID
,const gchar *buffer_name
);
Since: GIMP 2.4
gint32 gimp_edit_named_paste (gint32 drawable_ID
,const gchar *buffer_name
,gboolean paste_into
);
Since: GIMP 2.4
gint32
gimp_edit_named_paste_as_new (const gchar *buffer_name
);
Since: GIMP 2.4
gboolean gimp_edit_bucket_fill (gint32 drawable_ID
,GimpBucketFillMode fill_mode
,GimpLayerModeEffects paint_mode
,gdouble opacity
,gdouble threshold
,gboolean sample_merged
,gdouble x
,gdouble y
);
gboolean gimp_edit_blend (gint32 drawable_ID
,GimpBlendMode blend_mode
,GimpLayerModeEffects paint_mode
,GimpGradientType gradient_type
,gdouble opacity
,gdouble offset
,GimpRepeatMode repeat
,gboolean reverse
,gboolean supersample
,gint max_depth
,gdouble threshold
,gboolean dither
,gdouble x1
,gdouble y1
,gdouble x2
,gdouble y2
);