The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

alpha_fade - Fade the alpha channel of a layer from one side to another

SYNOPSIS

<Image>/Layer/Transparency/Fade...

DESCRIPTION

This was written as a slightly useful exercise, mostly to learn Gtk's excellent perl interface. It was inspired by a mailing list question that asked how to do exactly what this does, which is fade the alpha from one side to another.

Does not use Gimp::Fu; look at fade-alpha for the version that does.

PARAMETERS

 [PDB_INT32, "run_mode", "Interactive, [non-interactive"],
 [PDB_IMAGE, "image", "Input image (unused)"],
 [PDB_DRAWABLE, "drawable", "Input drawable"],
 [PDB_INT32, "direction", "Direction to fade(0-8)"]

RETURN VALUES

IMAGE TYPES

*

AUTHOR

Seth Burgess

DATE

2000

LICENSE

Copyright Seth Burgess. Distributed under the same terms as Gimp-Perl.