mirror of https://github.com/GNOME/gimp.git
Bug 795230 - Rename Blend tool and provide PDB compatibility
Redo the part of commits4f2e078ccb
and5f6dfc7617
, reverted by commite30a32d56e
.
This commit is contained in:
parent
9fd44d5e44
commit
721ce91d75
|
@ -15,11 +15,11 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_DRAWABLE_BLEND_H__
|
||||
#define __GIMP_DRAWABLE_BLEND_H__
|
||||
#ifndef __GIMP_DRAWABLE_GRADIENT_H__
|
||||
#define __GIMP_DRAWABLE_GRADIENT_H__
|
||||
|
||||
|
||||
void gimp_drawable_blend (GimpDrawable *drawable,
|
||||
void gimp_drawable_gradient (GimpDrawable *drawable,
|
||||
GimpContext *context,
|
||||
GimpGradient *gradient,
|
||||
GeglDistanceMetric metric,
|
||||
|
@ -29,6 +29,7 @@ void gimp_drawable_blend (GimpDrawable *drawable,
|
|||
gdouble offset,
|
||||
GimpRepeatMode repeat,
|
||||
gboolean reverse,
|
||||
GimpGradientBlendColorSpace blend_color_space,
|
||||
gboolean supersample,
|
||||
gint max_depth,
|
||||
gdouble threshold,
|
||||
|
@ -40,10 +41,10 @@ void gimp_drawable_blend (GimpDrawable *drawable,
|
|||
GimpProgress *progress);
|
||||
|
||||
GeglBuffer *
|
||||
gimp_drawable_blend_shapeburst_distmap (GimpDrawable *drawable,
|
||||
gimp_drawable_gradient_shapeburst_distmap (GimpDrawable *drawable,
|
||||
GeglDistanceMetric metric,
|
||||
const GeglRectangle *region,
|
||||
GimpProgress *progress);
|
||||
|
||||
|
||||
#endif /* __GIMP_DRAWABLE_BLEND_H__ */
|
||||
#endif /* __GIMP_DRAWABLE_GRADIENT_H__ */
|
||||
|
|
Loading…
Reference in New Issue