plug_in_sobel << INDEX >> plug_in_solid_noise_Iterator_ALT

plug_in_solid_noise (Apr 1998, v1.03)

NAME
plug_in_solid_noise - Creates a grayscale noise texture
SYNOPSIS
plug_in_solid_noise (run_mode,image,drawable,tilable,turbulent,seed,detail,xsize,ysize)
DESCRIPTION
Generates 2D textures using Perlin's classic solid noise function.
MENUPATH
<Image>/Filters/Render/Clouds/Solid Noise...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image
DRAWABLEdrawableInput drawable
INT32tilableCreate a tilable output (n=0/y=1)
INT32turbulentMake a turbulent noise (n=0/y=1)
INT32seedRandom seed
INT32detailDetail level (0 - 15)
FLOATxsizeHorizontal texture size
FLOATysizeVertical texture size
SOME SYNTAX ALTERNATIVES
$drawable->solid_noise (tilable,turbulent,seed,detail,xsize,ysize)
$image->solid_noise (drawable,tilable,turbulent,seed,detail,xsize,ysize)
plug_in_solid_noise (drawable,tilable,turbulent,seed,detail,xsize,ysize)
solid_noise Layer (drawable,tilable,turbulent,seed,detail,xsize,ysize)
solid_noise Image (drawable,tilable,turbulent,seed,detail,xsize,ysize)
solid_noise Plugin (drawable,tilable,turbulent,seed,detail,xsize,ysize)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/snoise
AUTHOR
Marcelo de Gomensoro Malheiros
(c)Apr 1998, v1.03 Marcelo de Gomensoro Malheiros


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