stamp_pattern
Fill a region with a repeating pattern by tiling an image or sprite. Customize spacing, opacity, and blend mode.
Instructions
Tile an image/sprite across a region to fill it with a repeating pattern.
Args:
source: Image/sprite to tile.
x, y, width, height: Region to fill (defaults to the whole canvas).
spacing_x, spacing_y: Gap between tiles.
opacity, blend_mode: Compositing of each tile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| frame | No | ||
| layer | No | ||
| width | No | ||
| height | No | ||
| source | Yes | ||
| opacity | No | ||
| filename | Yes | ||
| spacing_x | No | ||
| spacing_y | No | ||
| blend_mode | No | normal |