Shape
Generates basic shapes as both an image and a reusable path
intermediate
Since P00
Input Ports
Fill Color
Fill Color input for Shape.
Stroke Color
Stroke Color input for Shape.
Output Ports
Image
Image output from Shape.
Path
Path output from Shape.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Shape | Enum | `Rectangle` | Controls the shape setting for Shape. |
| Width | Int | `64` | Width of the generated image |
| Height | Int | `64` | Height of the generated image |
| Filled | Bool | `true` | Controls the filled setting for Shape. |
| Fill Color | Color | White | Controls 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
| Name | Type | Default | Description |
|---|---|---|---|
| Shape | Enum | `Rectangle` | Controls the shape setting for Shape. |
| Width | Int | `64` | Width of the generated image |
| Height | Int | `64` | Height of the generated image |
| Filled | Bool | `true` | Controls the filled setting for Shape. |
| Fill Color | Color | White | Controls 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.