| TYPE | NAME | DESCRIPTION
|
|---|
| INT32 | run_mode | Interactive, non-interactive |
| IMAGE | image | Input image (unused) |
| DRAWABLE | drawable | Input drawable |
| FLOAT | xscale | Scale value for x axis |
| FLOAT | yscale | Scale value dor y axis |
| FLOAT | complex | Complexity factor |
| INT32 | seed | Seed value for random number generator |
| INT32 | tiling | If set, the pattern generated will tile |
| INT32 | perturb | If set, the pattern is a little more distorted... |
| INT32 | colors | where to take the colors (0= B&W, 1= fg/bg, 2= col1/col2) |
| COLOUR | col1 | fist color (sometimes unused) |
| COLOUR | col2 | second color (sometimes unused) |
| FLOAT | alpha1 | alpha for the first color (used if the drawable has an alpha chanel) |
| FLOAT | alpha2 | alpha for the second color (used if the drawable has an alpha chanel) |
| INT32 | blend | 0= linear, 1= bilinear, 2= sinusoidal |
| FLOAT | blend_power | Power used to strech the blend |