Yotsuba Games

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

Color

Output Ports

Image

Generated line image with a transparent background

Image

Parameters

NameTypeDefaultDescription
WidthInt64Canvas width in pixels
HeightInt64Canvas height in pixels
Origin XInt0Start point X coordinate
Origin YInt32Start point Y coordinate
Step XInt2Controls the step x setting for Pixel Line.
Step YInt1Controls the step y setting for Pixel Line.
LengthInt16Controls the length setting for Pixel Line.
DirectionEnumRight-UpControls the direction setting for Pixel Line.
ColorColorWhiteControls 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

NameTypeDefaultDescription
WidthInt64Canvas width in pixels
HeightInt64Canvas height in pixels
Origin XInt0Start point X coordinate
Origin YInt32Start point Y coordinate
Step XInt2Controls the step x setting for Pixel Line.
Step YInt1Controls the step y setting for Pixel Line.
LengthInt16Controls the length setting for Pixel Line.
DirectionEnumRight-UpControls the direction setting for Pixel Line.
ColorColorWhiteControls 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.

Pixel Line — PixPipeline Node Reference