Palette Extract
Extracts an exact or representative palette from an image
intermediate
Since P00
Input Ports
Image
Image input for Palette Extract.
Output Ports
Palette
Palette output from Palette Extract.
Count
Count output from Palette Extract.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Extract Mode | Enum | `Exact` | Controls the extract mode setting for Palette Extract. |
| Max Colors | Int | `16` | Controls the max colors setting for Palette Extract. |
| Include Transparent | Bool | `false` | Controls the include transparent setting for Palette Extract. |
Overview
Extracts an exact or representative palette from an image
Inputs and Outputs
Input Ports
- Image
Image: Image input for Palette Extract.
Output Ports
- Palette
Palette: Palette output from Palette Extract. - Count
Int: Count output from Palette Extract.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Extract Mode | Enum | `Exact` | Controls the extract mode setting for Palette Extract. |
| Max Colors | Int | `16` | Controls the max colors setting for Palette Extract. |
| Include Transparent | Bool | `false` | Controls the include transparent setting for Palette Extract. |
When to Use
Use Palette Extract 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.