draw_pixels
Place individual pixels on the canvas for precise pixel-art editing. Control position, color, layer, and frame to draw exactly where needed.
Instructions
Draw individual pixels on the canvas. Use for precise pixel-art placement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | No | Target frame number (null = active frame) | |
| layer | No | Target layer name (null = active layer) | |
| pixels | Yes | Array of pixels to draw |