Documentation
Filters processing.posterize
The Posterize node on the VFX Loom graph canvas.
Fig. 1 The Posterize node in its resting, collapsed state on the VFX Loom graph canvas.

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

InputTypeRequiredDefaultMeaning
in Image Required See the overview for the node's documented behavior.

Properties

PropertyTypeDefaultAnimatableRange / optionsEffect
Steps Scalar 4 Yes Hard 2..64 · Step 1 Animatable control; changing it over time varies the node response.

Outputs

OutputTypeMeaning
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.