plug_in_normalize << INDEX >> plug_in_nova_Iterator_ALT

plug_in_nova (May 2000)

NAME
plug_in_nova - Produce Supernova effect to the specified drawable
SYNOPSIS
plug_in_nova (run_mode,image,drawable,xcenter,ycenter,color,radius,nspoke,randomhue)
DESCRIPTION
This plug-in produces an effect like a supernova burst. The amount of the light effect is approximately in proportion to 1/r, where r is the distance from the center of the star. It works with RGB*, GRAY* image.
MENUPATH
<Image>/Filters/Light Effects/SuperNova...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
INT32xcenterX coordinates of the center of supernova
INT32ycenterY coordinates of the center of supernova
COLOURcolorColor of supernova
INT32radiusRadius of supernova
INT32nspokeNumber of spokes
INT32randomhueRandom hue
SOME SYNTAX ALTERNATIVES
$drawable->nova (xcenter,ycenter,color,radius,nspoke,randomhue)
$image->nova (drawable,xcenter,ycenter,color,radius,nspoke,randomhue)
plug_in_nova (drawable,xcenter,ycenter,color,radius,nspoke,randomhue)
nova Layer (drawable,xcenter,ycenter,color,radius,nspoke,randomhue)
nova Image (drawable,xcenter,ycenter,color,radius,nspoke,randomhue)
nova Plugin (drawable,xcenter,ycenter,color,radius,nspoke,randomhue)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/nova
AUTHOR
Eiichi Takamori
(c)May 2000 Eiichi Takamori


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