Value Match
Checks whether two values match, based on the selected type
intermediate
Since P00
Input Ports
A
A input for Value Match.
B
B input for Value Match.
Output Ports
Result
Result output from Value Match.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Value Type | Enum | `Number` | Controls the value type setting for Value Match. |
| Number Check | Enum | `Same` | Controls the number check setting for Value Match. |
| Tolerance | Float | `0.01` | Controls the tolerance setting for Value Match. |
| Parameter | Enum | `Same` | Controls the parameter setting for Value Match. |
| Text Check | Enum | `ExactSame` | Controls the text check setting for Value Match. |
| Color Check | Enum | `RgbASame` | Controls the color check setting for Value Match. |
Overview
Checks whether two values match, based on the selected type
Inputs and Outputs
Input Ports
- A
Selected type: A input for Value Match. - B
Selected type: B input for Value Match.
Output Ports
- Result
Bool: Result output from Value Match.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Value Type | Enum | `Number` | Controls the value type setting for Value Match. |
| Number Check | Enum | `Same` | Controls the number check setting for Value Match. |
| Tolerance | Float | `0.01` | Controls the tolerance setting for Value Match. |
| Parameter | Enum | `Same` | Controls the parameter setting for Value Match. |
| Text Check | Enum | `ExactSame` | Controls the text check setting for Value Match. |
| Color Check | Enum | `RgbASame` | Controls the color check setting for Value Match. |
When to Use
Use Value Match 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.