plug-in-rotate-colormap
<<
INDEX
>>
plug_in_CML_explorer
plug_in_AlphaFade
(2000)
NAME
plug_in_AlphaFade - Fade the alpha channel of a layer from one side to another
SYNOPSIS
plug_in_AlphaFade
(run_mode,image,drawable,direction)
DESCRIPTION
This was written as a slightly useful exercise to test 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.
MENUPATH
<Image>/Image/Alpha/Fade
IMAGETYPES
*
INPUT ARGUMENTS
TYPE
NAME
DESCRIPTION
INT32
run_mode
Interactive, [non-interactive
IMAGE
image
Input image (unused)
DRAWABLE
drawable
Input drawable
INT32
direction
Direction to fade(0-8)
SOME SYNTAX ALTERNATIVES
$drawable->AlphaFade
(direction)
$image->AlphaFade
(drawable,direction)
plug_in_AlphaFade
(drawable,direction)
AlphaFade Layer
(drawable,direction)
AlphaFade Image
(drawable,direction)
AlphaFade Plugin
(drawable,direction)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/fade-alpha
AUTHOR
Seth Burgess
(c)2000 Seth Burgess
This page was created by
gimpdoc
, written by
Marc Lehmann <pcg@goof.com>