Shape

Generates basic shapes as both an image and a reusable path

intermediate
Since P00

Input Ports

Fill Color

Fill Color input for Shape.

Color
Stroke Color

Stroke Color input for Shape.

Color

Output Ports

Image

Image output from Shape.

Image
Path

Path output from Shape.

Path

Parameters

NameTypeDefaultDescription
ShapeEnum`Rectangle`Controls the shape setting for Shape.
WidthInt`64`Width of the generated image
HeightInt`64`Height of the generated image
FilledBool`true`Controls the filled setting for Shape.
Fill ColorColorWhiteControls the fill color setting for Shape.

Overview

Generates basic shapes as both an image and a reusable path

Inputs and Outputs

Input Ports

  • Fill Color Color: Fill Color input for Shape.
  • Stroke Color Color: Stroke Color input for Shape.

Output Ports

  • Image Image: Image output from Shape.
  • Path Path: Path output from Shape.

Key Parameters

NameTypeDefaultDescription
ShapeEnum`Rectangle`Controls the shape setting for Shape.
WidthInt`64`Width of the generated image
HeightInt`64`Height of the generated image
FilledBool`true`Controls the filled setting for Shape.
Fill ColorColorWhiteControls the fill color setting for Shape.

When to Use

Use Shape 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.