| TYPE | NAME | DESCRIPTION
|
|---|
| INT32 | run_mode | Interactive, non-interactive |
| IMAGE | image | Input image |
| DRAWABLE | drawable | Input drawable |
| FLOAT | tile_size | Average diameter of each tile (in pixels) |
| FLOAT | tile_height | Apparent height of each tile (in pixels) |
| FLOAT | tile_spacing | Inter-tile spacing (in pixels) |
| FLOAT | tile_neatness | Deviation from perfectly formed tiles (0.0 - 1.0) |
| FLOAT | light_dir | Direction of light-source (in degrees) |
| FLOAT | color_variation | Magnitude of random color variations (0.0 - 1.0) |
| INT32 | antialiasing | Enables smoother tile output at the cost of speed |
| INT32 | color_averaging | Tile color based on average of subsumed pixels |
| INT32 | tile_type | Tile geometry: { SQUARES (0), HEXAGONS (1), OCTAGONS (2) } |
| INT32 | tile_surface | Surface characteristics: { SMOOTH (0), ROUGH (1) } |
| INT32 | grout_color | Grout color (black/white or fore/background): { BW (0), FG_BG (1) } |