Noise
Generates white or smooth value noise as an image
intermediate
Since P00
Input Ports
Color A
Color A input for Noise.
Color B
Color B input for Noise.
Output Ports
Image
Image output from Noise.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Mode | Enum | `Smooth` | Controls the mode setting for Noise. |
| Width | Int | `64` | Width of the generated image |
| Height | Int | `64` | Height of the generated image |
| Color A | Color | Black | Controls the color a setting for Noise. |
| Color B | Color | White | Controls the color b setting for Noise. |
| Seed | Int | `1` | Controls the seed setting for Noise. |
| Scale | Float | `16` | Controls the scale setting for Noise. |
| Octaves | Int | `3` | Controls the octaves setting for Noise. |
| Persistence | Float | `0.5` | Controls the persistence setting for Noise. |
Overview
Generates white or smooth value noise as an image
Inputs and Outputs
Input Ports
- Color A
Color: Color A input for Noise. - Color B
Color: Color B input for Noise.
Output Ports
- Image
Image: Image output from Noise.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Mode | Enum | `Smooth` | Controls the mode setting for Noise. |
| Width | Int | `64` | Width of the generated image |
| Height | Int | `64` | Height of the generated image |
| Color A | Color | Black | Controls the color a setting for Noise. |
| Color B | Color | White | Controls the color b setting for Noise. |
| Seed | Int | `1` | Controls the seed setting for Noise. |
| Scale | Float | `16` | Controls the scale setting for Noise. |
| Octaves | Int | `3` | Controls the octaves setting for Noise. |
| Persistence | Float | `0.5` | Controls the persistence setting for Noise. |
When to Use
Use Noise 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.