apply_dither
Apply ordered Bayer matrix dithering to a canvas to create pixel art textures, adjusting intensity spread and matrix size for desired effect.
Instructions
Applies ordered Bayer matrix dithering across the canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spread | No | Dither intensity spread (default: 0.25) | |
| canvas_id | Yes | Target canvas ID | |
| matrix_size | No | Bayer matrix dimension (default: '4') |