plug_in_shift_Iterator_ALT << INDEX >> plug_in_sinus_Iterator_ALT

plug_in_sinus (1997)

NAME
plug_in_sinus - Generates a texture with sinus functions
SYNOPSIS
plug_in_sinus (run_mode,image,drawable,xscale,yscale,complex,seed,tiling,perturb,colors,col1,col2,alpha1,alpha2,blend,blend_power)
DESCRIPTION
FIX ME: sinus help
MENUPATH
<Image>/Filters/Render/Sinus...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
FLOATxscaleScale value for x axis
FLOATyscaleScale value dor y axis
FLOATcomplexComplexity factor
INT32seedSeed value for random number generator
INT32tilingIf set, the pattern generated will tile
INT32perturbIf set, the pattern is a little more distorted...
INT32colorswhere to take the colors (0= B&W, 1= fg/bg, 2= col1/col2)
COLOURcol1fist color (sometimes unused)
COLOURcol2second color (sometimes unused)
FLOATalpha1alpha for the first color (used if the drawable has an alpha chanel)
FLOATalpha2alpha for the second color (used if the drawable has an alpha chanel)
INT32blend0= linear, 1= bilinear, 2= sinusoidal
FLOATblend_powerPower used to strech the blend
SOME SYNTAX ALTERNATIVES
$drawable->sinus (xscale,yscale,complex,seed,tiling,perturb,colors,col1,col2,alpha1,alpha2,blend,blend_power)
$image->sinus (drawable,xscale,yscale,complex,seed,tiling,perturb,colors,col1,col2,alpha1,alpha2,blend,blend_power)
plug_in_sinus (drawable,xscale,yscale,complex,seed,tiling,perturb,colors,col1,col2,alpha1,alpha2,blend,blend_power)
sinus Layer (drawable,xscale,yscale,complex,seed,tiling,perturb,colors,col1,col2,alpha1,alpha2,blend,blend_power)
sinus Image (drawable,xscale,yscale,complex,seed,tiling,perturb,colors,col1,col2,alpha1,alpha2,blend,blend_power)
sinus Plugin (drawable,xscale,yscale,complex,seed,tiling,perturb,colors,col1,col2,alpha1,alpha2,blend,blend_power)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/sinus
AUTHOR
Xavier Bouchoux
(c)1997 Xavier Bouchoux


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