Pixel Line
Draws pixel-perfect lines with uniform step patterns (e.g. 2:1 isometric)
advanced
Since P00
Input Ports
Color
Line color; connected input overrides the parameter
Output Ports
Image
Generated line image with a transparent background
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | 64 | Canvas width in pixels |
| Height | Int | 64 | Canvas height in pixels |
| Origin X | Int | 0 | Start point X coordinate |
| Origin Y | Int | 32 | Start point Y coordinate |
| Step X | Int | 2 | Controls the step x setting for Pixel Line. |
| Step Y | Int | 1 | Controls the step y setting for Pixel Line. |
| Length | Int | 16 | Controls the length setting for Pixel Line. |
| Direction | Enum | Right-Up | Controls the direction setting for Pixel Line. |
| Color | Color | White | Controls the color setting for Pixel Line. |
Overview
Draws pixel-perfect lines with uniform step patterns (e.g. 2:1 isometric)
Inputs and Outputs
Input Ports
- Color
Color: Line color; connected input overrides the parameter
Output Ports
- Image
Image: Generated line image with a transparent background
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | 64 | Canvas width in pixels |
| Height | Int | 64 | Canvas height in pixels |
| Origin X | Int | 0 | Start point X coordinate |
| Origin Y | Int | 32 | Start point Y coordinate |
| Step X | Int | 2 | Controls the step x setting for Pixel Line. |
| Step Y | Int | 1 | Controls the step y setting for Pixel Line. |
| Length | Int | 16 | Controls the length setting for Pixel Line. |
| Direction | Enum | Right-Up | Controls the direction setting for Pixel Line. |
| Color | Color | White | Controls the color setting for Pixel Line. |
When to Use
Use Pixel Line when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.