Documentation
Posterize
VFX Loom 1.0 reference for the Posterize node.
Filters
processing.posterize
Overview
Quantizes RGB into discrete normalized color levels.
Quantizes clamped RGB while leaving alpha alone; Steps counts RGB levels including black and white.
- Category
- Filters
- Internal ID
processing.posterize- Version
- VFX Loom 1.0
Inputs
| Input | Type | Required | Default | Meaning |
|---|---|---|---|---|
| in | Image | Required | — | See the overview for the node's documented behavior. |
Properties
| Property | Type | Default | Animatable | Range / options | Effect |
|---|---|---|---|---|---|
| Steps | Scalar | 4 | Yes | Hard 2..64 · Step 1 | Animatable control; changing it over time varies the node response. |
Outputs
| Output | Type | Meaning |
|---|---|---|
| out | Image | The production node output described by the overview. |
Usage
In practice
- Use Posterize when the graph needs Quantizes RGB into discrete normalized color levels.
- Quantizes clamped RGB while leaving alpha alone; Steps counts RGB levels including black and white.
- Place it after the image or mask it should process, and check its alpha and edge behavior before using the result in a tiled graph.