draw_pixels
Draw multiple pixels simultaneously in pixel art projects to create shapes, patterns, or fill areas efficiently using specified coordinates and colors.
Instructions
Draw multiple pixels at once
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier | |
| layerIndex | No | Layer index (default: 0) | |
| frameIndex | No | Frame index (default: 0) | |
| pixels | Yes | Array of pixel coordinates | |
| color | Yes | Color in hex format |