perl_fu_brushed_metal << INDEX >> perl_fu_burst_o_rama

perl_fu_burst (1999-07-31)

NAME
perl_fu_burst - Bursts from a central location
SYNOPSIS
perl_fu_burst (run_mode,image,drawable,shape,fade_dir,spokes,inside_pixels,outside_pixels,start_angle,arc_angle)
DESCRIPTION
Creates a Burst of various sizes from the center of the currently selected areas. Can create either an elliptical burst, or some portion of said burst. Also, you can specify how much (in pixels) to leave blank on the inside and the outside of the burst. This uses whatever the current brush settings are, and lets you control which direction to have it draw the fades from if you have Fade set
MENUPATH
<Image>/Filters/Render/Burst...
IMAGETYPES
*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32shapeShape To Burst Into
INT32fade_dirFade Direction (if fade is set)
STRINGspokesHow many spokes
STRINGinside_pixelsInside Pixels
STRINGoutside_pixelsOutside Pixels
INT32start_angleAngle to start at, with 0 being left, and sweeping counter-clockwise.
INT32arc_angleHow many degrees to arc through.
SOME SYNTAX ALTERNATIVES
$drawable->burst (shape,fade_dir,spokes,inside_pixels,outside_pixels,start_angle,arc_angle)
$image->burst (drawable,shape,fade_dir,spokes,inside_pixels,outside_pixels,start_angle,arc_angle)
perl_fu_burst (drawable,shape,fade_dir,spokes,inside_pixels,outside_pixels,start_angle,arc_angle)
burst Layer (drawable,shape,fade_dir,spokes,inside_pixels,outside_pixels,start_angle,arc_angle)
burst Image (drawable,shape,fade_dir,spokes,inside_pixels,outside_pixels,start_angle,arc_angle)
burst Channel (drawable,shape,fade_dir,spokes,inside_pixels,outside_pixels,start_angle,arc_angle)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/burst
AUTHOR
Seth Burgess
(c)1999-07-31 Seth Burgess <sjburges@gimp.org>


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