set_pixels
Assign palette indices to specific pixel coordinates in a pixel art document.
Instructions
Set individual pixels to palette indices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip | No | Silently discard out-of-bounds pixels instead of rejecting (default false) | |
| frame | No | Frame index, 0-based (default: active frame) | |
| layer | No | Layer id or name (default: active layer) | |
| doc_id | Yes | Document id | |
| pixels | Yes | ||
| render | No | Include a render of the change (default true) | |
| ignore_symmetry | No | Skip symmetry mirroring for this call (default false) |