gimp_xcf_save << INDEX >> perl_fu_animate_cells

perl_fu_add_glow (1999-06-14)

NAME
perl_fu_add_glow - Add a glow behind an alpha layer
SYNOPSIS
perl_fu_add_glow (run_mode,image,drawable,glow_color,glow_radius)
DESCRIPTION
Use this pluggin to add a glowing layer behind an existing layer. This is very different from drop shadows, as the glow will extend out in the given radius from all edges of the layer.
MENUPATH
<Image>/Filters/Render/Add Glow
IMAGETYPES
*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
COLOURglow_colorColor
INT32glow_radiusRadius
SOME SYNTAX ALTERNATIVES
$drawable->add_glow (glow_color,glow_radius)
$image->add_glow (drawable,glow_color,glow_radius)
perl_fu_add_glow (drawable,glow_color,glow_radius)
add_glow Layer (drawable,glow_color,glow_radius)
add_glow Image (drawable,glow_color,glow_radius)
add_glow Channel (drawable,glow_color,glow_radius)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/glowing_steel
AUTHOR
Aaron Sherman
(c)1999-06-14 Aaron Sherman (c)


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>